angular-growl-v2-webpack

1.0.1 • Public • Published

Angular-Growl-v2-Webpack

The Basics

Installation

Within your webpack module include CSS & JS

var angular = require('angular');

require('angular-growl-v2-webpack/src/growl.css')
ngModule = angular.module('myModule', [
        require('angular-growl-v2-webpack')
    ])
require('./otherComponents')(ngModule);
module.exports = ngModule.name;

In your index.html add the growl directive

<body>
    <div growl></div>
</body>

See the link above for indepth customization instructions.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i angular-growl-v2-webpack

      Weekly Downloads

      219

      Version

      1.0.1

      License

      ISC

      Last publish

      Collaborators

      • soupman99