Function
inject (name) ComputedDecorator public
Module:
@ember/service
Defined in packages/@ember/service/index.js:9
Available since v1.10.0
import { inject } from '@ember/service'; |
- name
- String
- (optional) name of the service to inject, defaults to the property's name
- returns
- ComputedDecorator
- injection decorator instance