You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently views are loaded in the
onStart
phase. An easy place to perform lazy loading of ng15 components would be inonEnter
orresolve
. this currently doesn't work because the template must be created during theonStart
phase.View loading should move to the
onFinish
phaseThe text was updated successfully, but these errors were encountered: