Since Ionic2 does not use a router by default, I can’t find a way to capture when a page was transitioned to. Instead I would have to trigger an analytics tracking event for every page which would be a lot of work.
Is there a universal event or the like that can be tracked on NavigationController, etc. so we can track page transitions in a single spot?