(container, application)
| 1 | export 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 | |
| 8 | export default { |
| 9 | name: 'framework7-service', |
nothing calls this directly
no outgoing calls
no test coverage detected