Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created December 21, 2017 09:35
Show Gist options
  • Save maxkoretskyi/8da4adc390e64e606c811dc54880afb7 to your computer and use it in GitHub Desktop.
Save maxkoretskyi/8da4adc390e64e606c811dc54880afb7 to your computer and use it in GitHub Desktop.
@NgModule({
providers: [
HttpXhrBackend,
{ provide: HttpBackend, useExisting: HttpXhrBackend }
]
})
export class HttpClientModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment