UNPKG

yoyo-ng-modulewindy

Version:

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

22 lines 848 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { CountdownModule } from 'ngx-countdown'; import { CountDownComponent } from './count-down.component'; var COMPONENTS = [CountDownComponent]; var AdCountDownModule = /** @class */ (function () { function AdCountDownModule() { } AdCountDownModule.forRoot = function () { return { ngModule: AdCountDownModule, providers: [] }; }; AdCountDownModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule, CountdownModule], declarations: COMPONENTS.slice(), exports: COMPONENTS.slice(), },] }, ]; return AdCountDownModule; }()); export { AdCountDownModule }; //# sourceMappingURL=count-down.module.js.map