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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    232
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    232
  • 1.0.0
    0

Package Sidebar

Install

npm i angular-growl-v2-webpack

Weekly Downloads

232

Version

1.0.1

License

ISC

Last publish

Collaborators

  • soupman99