Closed
Description
Please view my example implementation using the Lazy Ninjas tutorial:
https://github.com/tskweres/lazy-load-transitions-bug
if you clone and run the app on IOS, you will notice I have 3 states:
- Home ( loaded on init )
- Ninjas ( lazy loaded with loadChildren )
- Settings ( lazy loaded with loadChildren )
In the component.html of Home & Ninjas, I specify a pageTransition of 'curlDown'. From Home to Ninjas route the transition works, but from Ninjas to Settings route you will see that I get the default transition of slide from left to right.
Metadata
Metadata
Assignees
Labels
No labels