Skip to content

Instantly share code, notes, and snippets.

View michalsnik's full-sized avatar

Michał Sajnóg michalsnik

  • Busright
  • Poznań
View GitHub Profile
import Ember from 'ember';
const {
Component,
computed,
inject: { service },
} = Ember;
export default Component.extend({
example: service(),