UNPKG

yoyo-ng-modulewindy

Version:

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

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