UNPKG

yoyo-ng-modulewindy

Version:

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

19 lines 562 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; var DelonUtilModule = /** @class */ (function () { function DelonUtilModule() { } DelonUtilModule.forRoot = function () { return { ngModule: DelonUtilModule, }; }; DelonUtilModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule], },] }, ]; return DelonUtilModule; }()); export { DelonUtilModule }; //# sourceMappingURL=util.module.js.map