Created
December 21, 2017 09:35
-
-
Save maxkoretskyi/8da4adc390e64e606c811dc54880afb7 to your computer and use it in GitHub Desktop.
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