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 { QuickMenuComponent } from './quick-menu.component'; var COMPONENTS = [QuickMenuComponent]; var AdQuickMenuModule = /** @class */ (function () { function AdQuickMenuModule() { } AdQuickMenuModule.forRoot = function () { return { ngModule: AdQuickMenuModule, providers: [] }; }; AdQuickMenuModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule], declarations: COMPONENTS.slice(), exports: COMPONENTS.slice(), },] }, ]; return AdQuickMenuModule; }()); export { AdQuickMenuModule }; //# sourceMappingURL=quick-menu.module.js.map