Hi folks,
how much is shared between Ionic's Navigation component and Angular2's Router?
Might be mistaking, It looks like Ionic implements it's own separate Router.
I'm wondering if I can implement a global router with something resembling path-names.
It's a bit painful to re-import all Page classes, re-implement the goToPage methods and therefore including circular dependencies.
Maybe I did not understand the docs, and I'm doing it wrong?
Hope someone can help! Thanks guys!