Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created December 21, 2017 07:50
Show Gist options
  • Save maxkoretskyi/0d40f8af760380dc290739f07e5a6e0e to your computer and use it in GitHub Desktop.
Save maxkoretskyi/0d40f8af760380dc290739f07e5a6e0e to your computer and use it in GitHub Desktop.
@NgModule({
providers: [
{
provide: HTTP_INTERCEPTORS,
useClass: I1,
multi: true
},
{
provide: HTTP_INTERCEPTORS,
useClass: I2,
multi: true
}
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment