We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0a2d3 commit 31d4176Copy full SHA for 31d4176
packages/common/http/testing/src/module.ts
@@ -22,6 +22,6 @@ import {provideHttpClientTesting} from './provider';
22
*/
23
@NgModule({
24
imports: [],
25
- providers: [provideHttpClientTesting(), provideHttpClient(withInterceptorsFromDi())],
+ providers: [provideHttpClient(withInterceptorsFromDi()), provideHttpClientTesting(), ],
26
})
27
export class HttpClientTestingModule {}
0 commit comments