@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?
13 lines (12 loc) • 655 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ComponentPool } from '../common/component.pool';
import * as i0 from "@angular/core";
import * as i1 from "./switch.component";
import * as i2 from "@angular/common";
export declare class SwitchIntoPipeModule {
static forRoot(): ModuleWithProviders<any>;
constructor(pool: ComponentPool);
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchIntoPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchIntoPipeModule, [typeof i1.SwitchComponent], [typeof i2.CommonModule], [typeof i1.SwitchComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SwitchIntoPipeModule>;
}