Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

views are loaded early, making lazy loading of components difficult #3134

Closed
christopherthielen opened this issue Nov 6, 2016 · 0 comments
Closed

Comments

@christopherthielen
Copy link
Contributor

Currently views are loaded in the onStart phase. An easy place to perform lazy loading of ng15 components would be in onEnter or resolve. this currently doesn't work because the template must be created during the onStart phase.

View loading should move to the onFinish phase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant