ovh-angular-export-csv
v0.3.3
Published
Export data as CSV file.
Downloads
36
Readme
ovh-angular-export-csv
Export data as CSV file.
Installation
Bower
$ bower install ovh-angular-export-csv --save
NPM
$ npm install ovh-angular-export-csv --save
Configuration
- Include
ovh-angular-export-csv.js
in your app:
<script src="bower_components/ovh-angular-export-csv/dist/ovh-angular-export-csv.js"></script>
- Add
ovh-angular-export-csv
as a new module dependency in your angular app.
var myApp = angular.module("myApp", ["ovh-angular-export-csv"]);
Get the sources
$ git clone https://github.com/ovh-ux/ovh-angular-export-csv.git
$ cd ovh-angular-export-csv
$ npm install
$ bower install
You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!
Have a look in CONTRIBUTING.md
Related links
- Contribute: https://github.com/ovh-ux/ovh-angular-export-csv/blob/master/CONTRIBUTING.md
- Report bugs: https://github.com/ovh-ux/ovh-angular-export-csv/issues
- Get latest version: https://github.com/ovh-ux/ovh-angular-export-csv
License
See https://github.com/ovh-ux/ovh-angular-export-csv/blob/master/LICENSE