github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/initializers/app-token.js (about) 1 export function initialize() { 2 const application = arguments[1] || arguments[0]; 3 4 // Provides the acl token service to all templates 5 application.inject('controller', 'token', 'service:token'); 6 application.inject('component', 'token', 'service:token'); 7 } 8 9 export default { 10 name: 'app-token', 11 initialize, 12 };