There is a way in Angular to load routed feature modules lazily.
This means if I want to load some module lazily I have to define it in router.
Is there any way to load modules that are not routed lazily?
Meaning without defining them in the routes, without reflecting their path in URL, I just want to load them upon specific event in the application.