-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
Can't resolve all parameters for CalendarDayView: (ChangeDetectorRef, ?) #66
Comments
It looks like you don't have the Locale ID set, what version of angular are you running?
|
Yes after some digging it looked like that wasn't being injected but I've seen no docs on it really. I am on RC-5 still. What do I need? |
Hmm it should work on RC5, but I don't have any rc5 apps to test it with, try doing {provide: LOCALE_ID, useValue: 'en'} in the module that uses the calendar. Alternatively use 0.1.x of this module until you upgrade to post rc5.
|
Thanks. I tried something similar, but do you know what exports |
|
Had a dig into this tonight and couldn't get it working with RC5, I think along the way I must of accidentally introduced a breaking change. My advice if |
Thanks for the great work on this library and it's exactly what I need!
I do have a problem loading the library, however and I see the error:
I also see this warning:
I have imported like so:
and providers like so:
Any idea where I'm going wrong?
The text was updated successfully, but these errors were encountered: