1.0.0 • Published 7 years ago

ng-sweetalert v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Angular 2 package starter

Easy to use package starter for Angular 2. Create open source modules/directive/components/pipes. Helps to create NPM package and publish it easily.

Installation

  • clone this repository
  • run one of the following commands:
    • npm install
    • yarn install

Run tests

npm test

Publishing package

  • describe your module well in README.md and bump version
  • run npm publish

License

The repository code is open-sourced software licensed under the MIT license.