()
| 13 | import {HttpClientTestingBackend} from './backend'; |
| 14 | |
| 15 | export function provideHttpClientTesting(): Provider[] { |
| 16 | return [ |
| 17 | HttpClientTestingBackend, |
| 18 | {provide: HttpBackend, useExisting: HttpClientTestingBackend}, |
| 19 | {provide: HttpTestingController, useExisting: HttpClientTestingBackend}, |
| 20 | {provide: ɵREQUESTS_CONTRIBUTE_TO_STABILITY, useValue: false}, |
| 21 | ]; |
| 22 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…