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
Is there any way to load lazy remote modules without loadChildren in RouterModule? I guess it's not possible to use import('https://example.es/remoteEntry.js).then()... and ComponentFactoryResolver. Do you know any solution?
Is there any way to load lazy remote modules without loadChildren in RouterModule? I guess it's not possible to use
import('https://example.es/remoteEntry.js).then()... andComponentFactoryResolver. Do you know any solution?