Angular 2 Ladda module
This is Angular 2 module that implements Ladda
Requirements
- NPM - Node package manager
Installation
- run
npm install angular2-ladda --save
- link Ladda's stylesheets to your document - you can find it in /node_modules/ladda/
- import
LaddaModule
in your app's main moduleapp.module.ts
, e.g.:
That should be enough if you use Webpack to bundle JavaScript.
Otherwise you'll have to edit systemjs.config.js
to set correct path, e.g.:
Usage
https://www.npmjs.com/package/angular2-ladda
License
The repository code is open-sourced software licensed under the MIT license.