@sgits/csv-downloader
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

csv-downloader

Installation

To install this library, run:

$npm install @sgits/csv-downloader --save

Consuming your library

Once you have published your library to npm, you can import your library in any Angular application by running:

$npm install @sgits/csv-downloader

and then from your Angular AppModule or component:

// Import your service
import { CsvDownloaderService } from '@sgits/csv-downloader';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule
  ],
  // Specify the service as a provider
  providers: [CsvDownloaderService],
  bootstrap: [AppComponent]
})
export class AppModule { }

License

Supergroup © Martin Klasen

Readme

Keywords

Package Sidebar

Install

npm i @sgits/csv-downloader

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • sleeper420za