Skip to content

Commit 8406184

Browse files
committed
fix: add file uploads progress indicator1
1 parent 980d1c3 commit 8406184

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

projects/ngx-file-upload/src/lib/ngx-file-upload.module.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ import { FileUploadService } from '../public-api';
55
import { EnvironmentConfig } from './environment-config.interface';
66
import 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+
})
1012
export class NgxFileUploadModule {
1113
static forRoot(config: EnvironmentConfig): ModuleWithProviders<NgxFileUploadModule> {
1214
return {
@@ -20,4 +22,4 @@ export class NgxFileUploadModule {
2022
],
2123
}
2224
}
23-
}
25+
}

0 commit comments

Comments
 (0)