ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
1 lines • 1.48 kB
Source Map (JSON)
{"version":3,"file":"ng-zorro-antd-icon-testing.mjs","sources":["../../components/icon/testing/nz-icon-test.module.ts","../../components/icon/testing/public-api.ts","../../components/icon/testing/ng-zorro-antd-icon-testing.ts"],"sourcesContent":["/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { EnvironmentProviders } from '@angular/core';\n\nimport { IconDefinition } from '@ant-design/icons-angular';\nimport * as AllIcons from '@ant-design/icons-angular/icons';\n\nimport { provideNzIcons } from 'ng-zorro-antd/icon';\n\nconst antDesignIcons = AllIcons as Record<string, IconDefinition>;\n\nconst icons: IconDefinition[] = Object.keys(antDesignIcons).map(key => antDesignIcons[key]);\n\nexport const provideNzIconsTesting = (): EnvironmentProviders => provideNzIcons(icons);\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport * from './nz-icon-test.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;AAAA;;;AAGG;AASH,MAAM,cAAc,GAAG,QAA0C;AAEjE,MAAM,KAAK,GAAqB,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,GAAG,IAAI,cAAc,CAAC,GAAG,CAAC,CAAC;AAE9E,MAAA,qBAAqB,GAAG,MAA4B,cAAc,CAAC,KAAK;;AChBrF;;;AAGG;;ACHH;;AAEG;;;;"}