We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inject as service
inject
1 parent 2b3e58c commit d13ee2aCopy full SHA for d13ee2a
text/0398-RouteInfo-Metadata.md
@@ -11,7 +11,7 @@ The RFC introduces the ability to associate application specific metadata with i
11
```js
12
// app/route/profile.js
13
import Route from '@ember/routing/route';
14
-import { inject as service } from '@ember/service';
+import { inject } from '@ember/service';
15
16
export default Route.extend({
17
user: inject('user'),
0 commit comments