# Angular Sdk Plugin Installation guide
1. Download the plugin inside `/common/plugins/` folder
2. Type `$ npm install` to install the dependencies.
3. To generate the `Sdk`. Go to the `/common/plugins/angularSdk` folder and type `$ grunt `
4. To generate the documentation of the `Sdk` type at command line `$ grunt serve`.
5. The documentation will automatically get added to the angular module and main index file.

