I try to find out the way how to create modules, which is able to open in modal with options to navigate inside. Opened in TabView outlets or from another modal. like it demonstrated on this pic:
I found lots of simple examples, but if I combine together with modules - I keep wobbling around the same errors like
- Error: Cannot match any routes. URL Segment: 'xy'
- Error: Cannot load module... etc
- or app just don't start
I have prepared playground https://play.nativescript.org/?template=play-ng&id=7Pfmcl&v=4
My inspirations:
https://www.nativescript.org/blog/implementing-a-login-for-nativescript-apps-with-tab-based-navigation - it already solved login, welcome, and tabview
https://medium.com/@williamjuan027/nativescript-angular-lazy-loading-modals-e56451392c8d - lazyloading modal
Could someone please help me? do you have so experience with some advanced routing in nativescript with angular
Thank you so much, Michal