UNPKG

yoyo-ng-modulewindy

Version:

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

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