HttpClientTestingModule • Angular 日本語版

@angular/common/http/testing

NgModule

deprecated

Configures HttpClientTestingBackend as the HttpBackend used by HttpClient.

Deprecation warning

Add provideHttpClientTesting() to your providers instead.

API

    
      class HttpClientTestingModule {}
    
    

Description

Configures HttpClientTestingBackend as the HttpBackend used by HttpClient.

Inject HttpTestingController to expect and flush requests in your tests.