UNPKG

ngx-feature-toggle

Version:

Your module to handle with feature toggles in Angular applications easier.

10 lines (9 loc) 627 B
import * as i0 from "@angular/core"; import * as i1 from "./ngx-feature-toggle-provider.component"; import * as i2 from "./ngx-feature-toggle.directive"; import * as i3 from "@angular/common"; export declare class FeatureToggleModule { static ɵfac: i0.ɵɵFactoryDeclaration<FeatureToggleModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureToggleModule, [typeof i1.FeatureToggleProviderComponent, typeof i2.FeatureToggleDirective], [typeof i3.CommonModule], [typeof i1.FeatureToggleProviderComponent, typeof i2.FeatureToggleDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<FeatureToggleModule>; }