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
Describe the bug or question
I have lazy loaded module in app1 application i want that application to be act as micro frontend with other angular applications like app2 & app3 but after configuration of routes for all the application in index.ejs file app2 & app 3 are rendering properly which does not have any lazy loading module inside it , but app1 is not loading which has lazy loaded modules.
To Reproduce
create one application who has lazy loading modules.
Expected behavior
Routing should work properly.
The text was updated successfully, but these errors were encountered:
Describe the bug or question
I have lazy loaded module in app1 application i want that application to be act as micro frontend with other angular applications like app2 & app3 but after configuration of routes for all the application in index.ejs file app2 & app 3 are rendering properly which does not have any lazy loading module inside it , but app1 is not loading which has lazy loaded modules.
To Reproduce
create one application who has lazy loading modules.
Expected behavior
Routing should work properly.
The text was updated successfully, but these errors were encountered: