UNPKG

@ovh-ux/ng-ovh-export-csv

Version:
35 lines (21 loc) 1.27 kB
# ng-ovh-export-csv > Export data as CSV file. [![npm version](https://badgen.net/npm/v/@ovh-ux/ng-ovh-export-csv)](https://www.npmjs.com/package/@ovh-ux/ng-ovh-export-csv) [![Downloads](https://badgen.net/npm/dt/@ovh-ux/ng-ovh-export-csv)](https://npmjs.com/package/@ovh-ux/ng-ovh-export-csv) [![Dependencies](https://badgen.net/david/dep/ovh/manager/packages/components/ng-ovh-export-csv)](https://npmjs.com/package/@ovh-ux/ng-ovh-export-csv?activeTab=dependencies) [![Dev Dependencies](https://badgen.net/david/dev/ovh/manager/packages/components/ng-ovh-export-csv)](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