Skip to content

Instantly share code, notes, and snippets.

@ravivit9
ravivit9 / app.module.ts
Created December 3, 2021 15:01 — forked from thisiszoaib/app.module.ts
Loader Network Interceptor
@NgModule({
declarations: [AppComponent],
imports: [
BrowserModule
],
providers: [
{
provide: HTTP_INTERCEPTORS,
useClass: NetworkInterceptor,
multi: true