ovh-angular-export-csv

0.3.3 • Public • Published

ovh-angular-export-csv

githubbanner

Maintenance Chat on gitter Build Status

NPM

Export data as CSV file.

Installation

Bower

$ bower install ovh-angular-export-csv --save

NPM

$ npm install ovh-angular-export-csv --save

Configuration

  1. Include ovh-angular-export-csv.js in your app:
<script src="bower_components/ovh-angular-export-csv/dist/ovh-angular-export-csv.js"></script>
  1. 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

License

See https://github.com/ovh-ux/ovh-angular-export-csv/blob/master/LICENSE

Readme

Keywords

Package Sidebar

Install

npm i ovh-angular-export-csv

Weekly Downloads

1

Version

0.3.3

License

BSD-3-Clause

Unpacked Size

783 kB

Total Files

38

Last publish

Collaborators

  • ovh-ux-cds