An open API service indexing awesome lists of open source software.

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

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