Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created March 5, 2019 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wKoza/126d236aca8861d1e9a0eb23f8af99d5 to your computer and use it in GitHub Desktop.
Save wKoza/126d236aca8861d1e9a0eb23f8af99d5 to your computer and use it in GitHub Desktop.
import {BrowserModule} from '@angular/platform-browser';
import {NgModule} from '@angular/core';
import {HttpClientModule} from '@angular/common/http';
import {NgxUploadModule} from '@wkoza/ngx-upload';
@NgModule({
imports: [
BrowserModule,
HttpClientModule,
NgxUploadModule.forRoot()
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment