Angular – dynamically importing module fails to load
I am trying to create an plugin-based architecture with Angular where I want to load a module dynamically based on my need and access its component.
I am trying to create an plugin-based architecture with Angular where I want to load a module dynamically based on my need and access its component.