mansona / ember-cli-notifications

⚛ Atom inspired notification messages for ember-cli
https://ember-cli-notifications.netlify.app/
MIT License
177 stars 94 forks source link

docs: do not recommend implicit injection #339

Open jacobq opened 2 years ago

jacobq commented 2 years ago

Suggesting something like application.inject('route', 'notifications', 'service:notification-messages'); is misleading because it will not work in the current (4.x) version of ember.

Closes #284 Closes #311