MCPcopy Create free account
hub / github.com/ember-mobile/ember-cli-framework7 / initialize

Function initialize

app/initializers/framework7-service.js:1–6  ·  view source on GitHub ↗
(container, application)

Source from the content-addressed store, hash-verified

1export function initialize(container, application) {
2 application.inject('route', 'f7', 'service:framework7')
3 application.inject('controller', 'f7', 'service:framework7')
4 application.inject('component', 'f7', 'service:framework7')
5 application.inject('view', 'f7', 'service:framework7')
6}
7
8export default {
9 name: 'framework7-service',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected