UNPKG

@sedeh/into-pipes

Version:

Have you ever wanted to transform data in different parts of your application into interactive objects without writing a single line of code?

14 lines (13 loc) 746 B
import { ModuleWithProviders } from '@angular/core'; import { ComponentPool } from '../common/component.pool'; import * as i0 from "@angular/core"; import * as i1 from "./address.component"; import * as i2 from "./address.pipe"; import * as i3 from "@angular/common"; export declare class AddressIntoPipeModule { static forRoot(): ModuleWithProviders<any>; constructor(pool: ComponentPool); static ɵfac: i0.ɵɵFactoryDeclaration<AddressIntoPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AddressIntoPipeModule, [typeof i1.AddressComponent, typeof i2.AddressPipe], [typeof i3.CommonModule], [typeof i1.AddressComponent, typeof i2.AddressPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<AddressIntoPipeModule>; }