Skip to content

Instantly share code, notes, and snippets.

@jayprajapati857
Created December 21, 2020 06:20
Show Gist options
  • Save jayprajapati857/51613b9cd0ab44c4ad5eabf85f5e9412 to your computer and use it in GitHub Desktop.
Save jayprajapati857/51613b9cd0ab44c4ad5eabf85f5e9412 to your computer and use it in GitHub Desktop.
ngx-uploader-directive sample shared module file
import { BrowserModule } from '@angular/platform-browser';
import { NgxUploaderDirectiveModule } from 'ngx-uploader-directive';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
NgxUploaderDirectiveModule
]
})
export class SharedModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment