UNPKG

abp-ng2-module

Version:

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

10 lines (9 loc) 416 B
/// <reference types="abp-web-resources" /> 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>; }