UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

16 lines 563 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * Transforms a string into a human-readable format. * * ```html * <p>{{ 'c8y_hello world' | humanize }}</p> <!-- e.g. Hello world --> * ``` */ export declare class HumanizePipe implements PipeTransform { static humanize(str?: string): string; transform(str: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<HumanizePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<HumanizePipe, "humanize", true>; } //# sourceMappingURL=humanize.pipe.d.ts.map