There is a mistake in code on the interactive documentation page. `application.inject(injectionTarget, 'notifications', 'notification-messages:service')` `'notification-messages:service'` should be `'service:notifications'`
There is a mistake in code on the interactive documentation page.
application.inject(injectionTarget, 'notifications', 'notification-messages:service')'notification-messages:service'should be'service:notifications'