-
Notifications
You must be signed in to change notification settings - Fork 13.5k
refactor(OpaqueToken): change deprecated import #11916
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
Conversation
@danielsogl the PR does not pass "gulp validate" |
cc @danbucholtz |
@manucorporat I will take a look. Changing types from string to any should fix it. |
@manucorporat Any news? We changed this in our production Angular applications without any problems. |
@danbucholtz Notes from the last Angular 5 Beta 6
|
Thanks! Thanks, |
Short description of what this resolves:
From the Angular 4 Beta 5 Changelog
OpaqueToken
is now deprecated, useInjectionToken<T>
instead.Related to: #12813
Changes proposed in this pull request:
OpaqueToken
import toInjectionToken
new OpaqueToken('')
tonew InjectionToken<any>('')
Ionic Version: 1.x / 2.x / 3.x
3.x