UNPKG

@o3r/components

Version:

This module contains component-related features (Component replacement, CMS compatibility, helpers, pipes, debugging developer tools...) It comes with an integrated ng builder to help you generate components compatible with Otter features (CMS integration

8 lines 386 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class O3rCapitalizePipe implements PipeTransform { transform(value?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<O3rCapitalizePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<O3rCapitalizePipe, "o3rCapitalize", true>; } //# sourceMappingURL=capitalize.pipe.d.ts.map