-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Routed components + lazy modules (ocLazyLoad) ng1 #3102
Labels
Comments
Very interesting. I'll take a look. For now I'll link to this plunker which has a lazy load component hook: http://plnkr.co/edit/3kvrVY?p=preview |
OK, I see how this happens now. The template builder (which is how route-to-component works) requires that the component is available, in order to wire up inputs, etc.
You have two options:
|
Thanks so much for the explanation! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm trying to use ui.router(@Version v1.0.0-beta.3) with component routed and oc.lazyLoad(@Version v1.0.9)
This is working
This is NOT working
I've ask to the ocLazyLoad group Link
Repo to test
Thanks!
The text was updated successfully, but these errors were encountered: