UNPKG

yoyo-ng-modulewindy

Version:

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

22 lines 712 B
import { NgModule } from '@angular/core'; import { DelonUtilModule } from 'yoyo-ng-module/util'; import { AdLodopConfig } from './lodop.config'; import { LodopService } from './lodop.service'; var AdLodopModule = /** @class */ (function () { function AdLodopModule() { } AdLodopModule.forRoot = function () { return { ngModule: AdLodopModule, providers: [LodopService, AdLodopConfig], }; }; AdLodopModule.decorators = [ { type: NgModule, args: [{ imports: [DelonUtilModule], },] }, ]; return AdLodopModule; }()); export { AdLodopModule }; //# sourceMappingURL=lodop.module.js.map