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
At runtime I discover that AngularCompilerPlugin do not override ProfileModule to ProfileModuleNgFactory. The plugin can not determine lazy modules in our application because we don't use angular/router and instantinate modules by using angular low level api for that (like router).
How can I achieve this?
I think the best way is to remove explicit binding from @angular/router for determining lazy modules. Also you can provide additional options for explicit lazy modules config.