Lazy Loading Feature NgModules

I have several featureModules described with angular NgModule, which are representing feature areas. (e.g. admin area)
I don’t want to load all these feature areas on boot time.
I want to lazy load the modules I need like it is possible with the Angular Router (like here)
Is it possible to do this?
Could I completely ditch the ionic navigation stack and use the angular router instead?

Hi @uloco - did you find an answer for that? I’m wondering the same thing.

it’s interesting for me also! please reply @brandyshea