@ovh-ux/ng-ovh-export-csv
Version:
Export data as CSV file.
35 lines (21 loc) • 1.27 kB
Markdown
# ng-ovh-export-csv
> Export data as CSV file.
[](https://www.npmjs.com/package/@ovh-ux/ng-ovh-export-csv) [](https://npmjs.com/package/@ovh-ux/ng-ovh-export-csv) [](https://npmjs.com/package/@ovh-ux/ng-ovh-export-csv?activeTab=dependencies) [](https://npmjs.com/package/@ovh-ux/ng-ovh-export-csv?activeTab=dependencies)
## Install
```sh
$ yarn add @ovh-ux/ng-ovh-export-csv
```
## Usage
```js
import angular from 'angular';
import ngOvhExportCsv from '@ovh-ux/ng-ovh-export-csv';
angular.module('myApp', [ngOvhExportCsv]);
```
## Test
```sh
$ yarn test
```
## Contributing
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/ovh/manager/issues/new) or working on some of the [open issues](https://github.com/ovh/manager/issues), our [contributing guide](https://github.com/ovh/manager/blob/master/CONTRIBUTING.md) will help get you started.
## License
[BSD-3-Clause](LICENSE) © OVH SAS