UNPKG

yoyo-ng-modulewindy

Version:

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

21 lines 788 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { G2MiniAreaComponent } from './mini-area.component'; var COMPONENTS = [G2MiniAreaComponent]; var AdG2MiniAreaModule = /** @class */ (function () { function AdG2MiniAreaModule() { } AdG2MiniAreaModule.forRoot = function () { return { ngModule: AdG2MiniAreaModule, providers: [] }; }; AdG2MiniAreaModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule], declarations: COMPONENTS.slice(), exports: COMPONENTS.slice(), },] }, ]; return AdG2MiniAreaModule; }()); export { AdG2MiniAreaModule }; //# sourceMappingURL=mini-area.module.js.map