Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created December 21, 2017 09:29
Show Gist options
  • Save maxkoretskyi/8aad209f90b83a1b16aef86403f62d20 to your computer and use it in GitHub Desktop.
Save maxkoretskyi/8aad209f90b83a1b16aef86403f62d20 to your computer and use it in GitHub Desktop.
http-client.module.ts
@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