ngmodule
Configures HttpClientTestingBackend
as the HttpBackend
used by HttpClient
.
class HttpClientTestingModule { }
Inject HttpTestingController
to expect and flush requests in your tests.
Provider |
---|
HttpClientTestingBackend |
{ provide: HttpBackend, useExisting: HttpClientTestingBackend } |
{ provide: HttpTestingController, useExisting: HttpClientTestingBackend } |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/common/http/testing/HttpClientTestingModule