4.4.0 • Published 5 years ago

@theenadayalan/ember-cli-notifications v4.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

ember-cli-notifications

Atom inspired notification messages for ember-cli.

Interactive documentation can be found here.

Installation

ember install @theenadayalan/ember-cli-notifications

4.0.0

As of 4.0.0, the addon is service based. You will need to inject the service into your consuming app.

notifications: Ember.inject.service('notification-messages')

See the documentation for a sample initializer to inject the service into all controllers, routes and components.