共计 418 个字符,预计需要花费 2 分钟才能阅读完成。
在 ng-alain 中,使用 ng-zorro 图标库,发现部分能正常显示,部分并不能显示,在控制台同时发现出错报错。
ERROR Error: [@ant-design/icons-angular]: the icon redo-o does not exist or is not registered.
at IconNotFoundError (ant-design-icons-angular.js:159)
at MapSubscriber.project (ant-design-icons-angular.js:343)
...
出现以上问题是没有对相对的图标进行导入,并导出。
ng-alain 默认只导入了图标库的几十个图标,在 style-icons-auto.ts
可进行查看。
因此可以参考 style-icons-auto.ts
,把你所需要的图标进行 import and export
ng-zorro 图标库:https://ng.ant.design/compone…
正文完