UNPKG

416 BTypeScriptView Raw
1/// <reference types="abp-web-resources" />
2import * as i0 from "@angular/core";
3export declare class FeatureCheckerService {
4 get(featureName: string): abp.features.IFeature;
5 getValue(featureName: string): string;
6 isEnabled(featureName: string): boolean;
7 static ɵfac: i0.ɵɵFactoryDeclaration<FeatureCheckerService, never>;
8 static ɵprov: i0.ɵɵInjectableDeclaration<FeatureCheckerService>;
9}