File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
projects/ngx-file-upload/src/lib Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ import { FileUploadService } from '../public-api';
55import { EnvironmentConfig } from './environment-config.interface' ;
66import EnvironmentConfigService from './environment-config.service' ;
77
8- @NgModule ( { declarations : [ ] ,
9- exports : [ ] , imports : [ CommonModule ] , providers : [ provideHttpClient ( withInterceptorsFromDi ( ) ) ] } )
8+ @NgModule ( {
9+ declarations : [ ] ,
10+ exports : [ ] , imports : [ CommonModule ] , providers : [ provideHttpClient ( withInterceptorsFromDi ( ) ) ]
11+ } )
1012export class NgxFileUploadModule {
1113 static forRoot ( config : EnvironmentConfig ) : ModuleWithProviders < NgxFileUploadModule > {
1214 return {
@@ -20,4 +22,4 @@ export class NgxFileUploadModule {
2022 ] ,
2123 }
2224 }
23- }
25+ }
You can’t perform that action at this time.
0 commit comments