Sunday, 7 July 2019

Nativescript Routing example from real world -Tabs with Modals, Modals over Modals and all in modules

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:

enter image description here

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

My main 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

I have prepared playground here link edited https://play.nativescript.org/?template=play-ng&id=7Pfmcl&v=4

Thank you so much, Michal



from Nativescript Routing example from real world -Tabs with Modals, Modals over Modals and all in modules

No comments:

Post a Comment