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 found this tutorial very interesting and used it to make an application. My application uses MatDialog (Angular Material) and I have a lot of dialogs that can open no matter where you are. But I notice that I have a problem, all the modals are in fact loaded from the initialization of the application. I don't see how to have dialogs with progressive loading. Would you have an idea ?
I tried lazy loading with import('../../dialog/my-dialog.component') but the limitation seems to be that the services are not accessible. I'm totally stumped...
Thanks
The text was updated successfully, but these errors were encountered:
I found this tutorial very interesting and used it to make an application. My application uses MatDialog (Angular Material) and I have a lot of dialogs that can open no matter where you are. But I notice that I have a problem, all the modals are in fact loaded from the initialization of the application. I don't see how to have dialogs with progressive loading. Would you have an idea ?
I tried lazy loading with
import('../../dialog/my-dialog.component')
but the limitation seems to be that the services are not accessible. I'm totally stumped...Thanks
The text was updated successfully, but these errors were encountered: