Hello
I have an app with has a ngModule with tabs, which is being lazy loaded. The tabs are also being lazy loaded.
The first time each tab opens, their rootParams get passed ok. However, the second time I navigate to each tab, the navParams are empty (undefined).
Is the lazy loading pattern possible on this approach?