UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

53 lines (48 loc) 1.49 kB
import { NgModule } from '@angular/core'; import * as AllIcons from '@ant-design/icons-angular/icons'; import { NzIconModule, NZ_ICONS } from 'ng-zorro-antd/icon'; /** * @fileoverview added by tsickle * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ const antDesignIcons = (/** @type {?} */ (AllIcons)); const ɵ0 = /** * @param {?} key * @return {?} */ key => { /** @type {?} */ const i = antDesignIcons[key]; return i; }; /** @type {?} */ const icons = Object.keys(antDesignIcons).map((ɵ0)); const ɵ1 = icons; /** * Include this module in every testing spec, except `nz-icon.spec.ts`. */ // @dynamic class NzIconTestModule { } NzIconTestModule.decorators = [ { type: NgModule, args: [{ exports: [NzIconModule], providers: [ { provide: NZ_ICONS, useValue: ɵ1 } ] },] } ]; /** * @fileoverview added by tsickle * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * @fileoverview added by tsickle * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ export { NzIconTestModule }; //# sourceMappingURL=ng-zorro-antd-icon-testing.js.map