You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm new using angular with standalone components and with ssr, hydratation... In my new project i'm using angular 18, with ng zorro 18. but when i'm trying to use icon modules, i receive this error in KARMA test:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i'm new using angular with standalone components and with ssr, hydratation... In my new project i'm using angular 18, with ng zorro 18. but when i'm trying to use icon modules, i receive this error in KARMA test:
Error:
[@ant-design/icons-angular]:the icon dropbox-o does not exist or is not registered. at IconNotFoundError (http://localhost:9876/karma_webpack/webpack:/node_modules/@ant-design/icons-angular/fesm2022/ant-design-icons-angular.mjs:93:12) at call (http://localhost:9876/karma_webpack/webpack:/node_modules/@ant-design/icons-angular/fesm2022/ant-design-icons-angular.mjs:233:23);
my app.config.ts
my app.config.server.ts
assets in angular.json:
I tried exporting the module in app.config
so also change the output in angular.json to public as well
Beta Was this translation helpful? Give feedback.
All reactions