UNPKG

@igo2/common

Version:
17 lines (16 loc) 1.16 kB
import { EntitySelectorComponent } from './entity-selector'; import { EntityTableComponent } from './entity-table'; import { EntityTablePaginatorComponent } from './entity-table-paginator'; import * as i0 from "@angular/core"; import * as i1 from "./entity-selector/entity-selector.component"; import * as i2 from "./entity-table/entity-table.component"; import * as i3 from "./entity-table-paginator/entity-table-paginator.component"; export declare const ENTITY_DIRECTIVES: readonly [typeof EntitySelectorComponent, typeof EntityTableComponent, typeof EntityTablePaginatorComponent]; /** * @deprecated import the components directly or ENTITY_DIRECTIVES for every components/directives */ export declare class IgoEntityModule { static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntityModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityModule, never, [typeof i1.EntitySelectorComponent, typeof i2.EntityTableComponent, typeof i3.EntityTablePaginatorComponent], [typeof i1.EntitySelectorComponent, typeof i2.EntityTableComponent, typeof i3.EntityTablePaginatorComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntityModule>; }