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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I get a component not found when lazyloading it if the file name of the module is equal even if its in different path. so this:
in my employee/employee.module.ts i have:
in my client/client.module.ts i have:
this will not work, only one of them will be found. On my local machine it is working but after packaging and deploy to tomcat env it does not work.
this will work:
in my employee/employee.module.ts i have:
in my client/client.module.ts i have:
The text was updated successfully, but these errors were encountered: