https://github.com/tenphi/ng-notification
Lightweight notifications for AngularJS
https://github.com/tenphi/ng-notification
Last synced: 2 months ago
JSON representation
Lightweight notifications for AngularJS
- Host: GitHub
- URL: https://github.com/tenphi/ng-notification
- Owner: tenphi
- License: mit
- Created: 2015-12-28T19:24:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T13:10:35.000Z (over 10 years ago)
- Last Synced: 2025-03-21T23:43:04.470Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tenphi-ng-notification
Lightweight notifications for AngularJS
# Installation
```bash
$ npm install @tenphi/ng-notification
```
Insert script to your website
```html
```
Add dependency...
```javascript
angular.module('app', ['tenphi.notification']);
```
Or use webpack
```javascript
angular.module('app', [require('ng-notification')]);
```
# Usage
TBD