actions: {
${1:// body}
}
computed.alias('${1:property}')
computed('${1:property}', function() {
${2:// body}
}),
${1:this}.get('${2}');
init() {
this._super(...arguments);
${1}
},
inject.service(${1}),
let $1 = ${2:this}.get('$1');
observer('${1:property}', function() {
${2:// body}
}),
${1:this}.set('${2}', ${3});
this._super(...arguments);