ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
78 lines (69 loc) • 3 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@ant-design/icons-angular/icons'), require('ng-zorro-antd/icon')) :
typeof define === 'function' && define.amd ? define('ng-zorro-antd/icon/testing', ['exports', '@angular/core', '@ant-design/icons-angular/icons', 'ng-zorro-antd/icon'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['ng-zorro-antd'] = global['ng-zorro-antd'] || {}, global['ng-zorro-antd'].icon = global['ng-zorro-antd'].icon || {}, global['ng-zorro-antd'].icon.testing = {}), global.ng.core, global.AllIcons, global['ng-zorro-antd'].icon));
}(this, (function (exports, core, AllIcons, icon) { 'use strict';
function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () {
return e[k];
}
});
}
});
}
n['default'] = e;
return Object.freeze(n);
}
var AllIcons__namespace = /*#__PURE__*/_interopNamespace(AllIcons);
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
var antDesignIcons = AllIcons__namespace;
var ɵ0 = function (key) {
var i = antDesignIcons[key];
return i;
};
var icons = Object.keys(antDesignIcons).map(ɵ0);
var ɵ1 = icons;
/**
* Include this module in every testing spec, except `icon.spec.ts`.
*/
// @dynamic
var NzIconTestModule = /** @class */ (function () {
function NzIconTestModule() {
}
return NzIconTestModule;
}());
NzIconTestModule.decorators = [
{ type: core.NgModule, args: [{
exports: [icon.NzIconModule],
providers: [
{
provide: icon.NZ_ICONS,
useValue: ɵ1
}
]
},] }
];
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
/**
* Generated bundle index. Do not edit.
*/
exports.NzIconTestModule = NzIconTestModule;
exports.ɵ0 = ɵ0;
exports.ɵ1 = ɵ1;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=ng-zorro-antd-icon-testing.umd.js.map