UNPKG

@igo2/geo

Version:
15 lines (14 loc) 1.06 kB
import { FeatureFormComponent } from './feature-form/feature-form.component'; import * as i0 from "@angular/core"; import * as i1 from "./feature-details/feature-details.component"; import * as i2 from "./feature-details/feature-details.directive"; import * as i3 from "./feature-form/feature-form.component"; export declare const FEATURE_DIRECTIVES: readonly [typeof import("./feature-details").FeatureDetailsComponent, typeof import("./feature-details").FeatureDetailsDirective, typeof FeatureFormComponent]; /** * @deprecated import the components directly or the FEATURE_DIRECTIVES for the set */ export declare class IgoFeatureModule { static ɵfac: i0.ɵɵFactoryDeclaration<IgoFeatureModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureModule, never, [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective, typeof i3.FeatureFormComponent], [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective, typeof i3.FeatureFormComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<IgoFeatureModule>; }