import Ember from 'ember'; const { Component, inject: {service} } = Ember; export default Component.extend({ tagName: '', config: service() });