UNPKG

abp-ng2-module

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.

9 lines (8 loc) 372 B
import * as i0 from "@angular/core"; export declare class FeatureCheckerService { get(featureName: string): abp.features.IFeature; getValue(featureName: string): string; isEnabled(featureName: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<FeatureCheckerService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FeatureCheckerService>; }