user-notifications
v1.0.1
Published
A simple directive to show/hide messages for user
Downloads
3
Maintainers
Readme
User notifications
Simple Angular directive to display messages for user.
Instalation
npm install user-notifications
Usage
Add css/user-notifcations.min.css and user-notifications.js to your page. Then inject userNotificationsService into your app, add directive in your html
<user-notifications></user-notifications>
and use the interface of service to display/hide your notifications!
Tests
npm test