Lazy loaded component modal opening doesn't work
See original GitHub issueWhile opnening a modal from lazy loaded component, we have the following error:
ERROR Error: Uncaught (in promise): Error: Runtime compiler is not loaded
This feature is now broken so we need to find a fix asap.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
lazy loading error when working with modals components
hello i'm trying use to use lazy loading with modal component, so i have a shared components module like this:
Read more >Modal | Components - BootstrapVue
Modals will not render their content in the document until they are shown (lazily rendered). Modals, when visible, are rendered appended to the...
Read more >How to declare and use modals in Ionic v4 | by David Dal Busco
The modal is lazy loaded, BUT, it will not be loaded when you open it, as you probably would except, but rather when...
Read more >How to Lazy Load a Component in Angular - Telerik
Here --skip-import flag is used so that Angular does not declare GreetComponent in the module, as you wish to load GreetComponent dynamically.
Read more >React lazy loading and performance - Retool
Lazy loading works well for common UX components and patterns like ... open up a modal or a pop-up saying, “Added to cart...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just made a stackblitz with Angular 9 and NgxSmartModal. I get the same error. Did you figure it out?
Yes @LouisAugry updated the comment ^.