Skip to content

Instantly share code, notes, and snippets.

@pascalwhoop
Last active March 20, 2017 11:57
Show Gist options
  • Save pascalwhoop/a2dc5aaecc10dc20f288257e33351feb to your computer and use it in GitHub Desktop.
Save pascalwhoop/a2dc5aaecc10dc20f288257e33351feb to your computer and use it in GitHub Desktop.
@NgModule({
declarations: [
AppComponent
],
imports: [
//...
CustomBrowserXhr // <<<
],
providers: [{provide: BrowserXhr, useExisting: CustomBrowserXhr}], //!!! <<<
bootstrap: [AppComponent]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment