Skip to content

BUG - Lazy Loaded Modules break pageTransition specifications #643

Closed
@tskweres

Description

@tskweres

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:

  1. Home ( loaded on init )
  2. Ninjas ( lazy loaded with loadChildren )
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions