UNPKG

yoyo-ng-modulewindy

Version:

服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容

20 lines 639 B
import { Injectable } from '@angular/core'; var SettingService = /** @class */ (function () { function SettingService() { } SettingService.prototype.get = function (name) { return abp.setting.get(name); }; SettingService.prototype.getBoolean = function (name) { return abp.setting.getBoolean(name); }; SettingService.prototype.getInt = function (name) { return abp.setting.getInt(name); }; SettingService.decorators = [ { type: Injectable }, ]; return SettingService; }()); export { SettingService }; //# sourceMappingURL=setting.service.js.map