Track page transitions with analytics in Ionic

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?

No idea about the current state unfortunately.
Here is an old topic that could give some ideas: Ionic - Global navigation change event