@tenphi/ng-notification

0.0.1 • Public • Published

tenphi-ng-notification

Lightweight notifications for AngularJS

Installation

$ npm install @tenphi/ng-notification

Insert script to your website

<script src="/vendor/angular/angular.js"></script>
<script src="/vendor/ng-notification/lib/notification.js"></script>

Add dependency...

angular.module('app', ['tenphi.notification']);

Or use webpack

angular.module('app', [require('ng-notification')]);

Usage

TBD

Dependencies (0)

    Dev Dependencies (22)

    Package Sidebar

    Install

    npm i @tenphi/ng-notification

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • tenphi