Created
December 21, 2017 09:29
-
-
Save maxkoretskyi/8aad209f90b83a1b16aef86403f62d20 to your computer and use it in GitHub Desktop.
http-client.module.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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