-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Provide service
export from @ember/service
in favour of inject
#19776
Conversation
@@ -6,6 +7,35 @@ import { inject as metalInject } from '@ember/-internals/metal'; | |||
@public | |||
*/ | |||
|
|||
/** | |||
@method inject |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only kept the @labels
. The actual docs are now included for the service
export below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woop woop! Much less typing!! Excited for this!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up!!
5c466cb
to
12b89c4
Compare
Implements emberjs/rfcs#752.