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) 358 B
/// <reference types="abp-web-resources" /> import * as i0 from "@angular/core"; export declare class SettingService { get(name: string): string; getBoolean(name: string): boolean; getInt(name: string): number; static ɵfac: i0.ɵɵFactoryDeclaration<SettingService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SettingService>; }