Skip to content

Instantly share code, notes, and snippets.

@bobbyg603
Last active August 2, 2022 13:02
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 bobbyg603/3a8c7c0e85656efe3a209ac32ae4a7e9 to your computer and use it in GitHub Desktop.
Save bobbyg603/3a8c7c0e85656efe3a209ac32ae4a7e9 to your computer and use it in GitHub Desktop.
File Uploads with Angular and RxJS
+import { NgbProgressbarModule } from '@ng-bootstrap/ng-bootstrap';
@NgModule({
declarations: [
AppComponent,
FilesComponent,
UploadComponent
],
imports: [
BrowserModule,
HttpClientModule,
+ NgbProgressbarModule,
NgxFileDropModule
],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment