@sgits/csv-downloader
v0.1.1
Published
## Installation
Downloads
13
Readme
csv-downloader
Installation
To install this library, run:
$npm install @sgits/csv-downloader --saveConsuming 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-downloaderand 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
