UNPKG

yoyo-ng-modulewindy

Version:

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

22 lines 859 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { NgZorroAntdModule } from 'ng-zorro-antd'; import { G2TagCloudComponent } from './tag-cloud.component'; var COMPONENTS = [G2TagCloudComponent]; var AdG2TagCloudModule = /** @class */ (function () { function AdG2TagCloudModule() { } AdG2TagCloudModule.forRoot = function () { return { ngModule: AdG2TagCloudModule, providers: [] }; }; AdG2TagCloudModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule, NgZorroAntdModule], declarations: COMPONENTS.slice(), exports: COMPONENTS.slice(), },] }, ]; return AdG2TagCloudModule; }()); export { AdG2TagCloudModule }; //# sourceMappingURL=tag-cloud.module.js.map