I’ve switched my app over from ion nav to the Angular router now, but i’m having problems with child routes and routes not being recognised.
I want to move some pages from the app routing module and into my tabs routing module, but when i move them the routes aren’t recognised - whether i declare them as child routes or not. They’re the ones at the bottom of the app module. They’re all accessed via the homepage (my tab page) so they don’t need to be in the app routing module.
I’m still getting my head around Angular and the router, so any help would be massively appreciated - the app has a really long load time currently.