@angular/common 20.0.0-next.3 → 20.0.0-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,10 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.3
2
+ * @license Angular v20.0.0-next.5
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import * as i1 from '@angular/common/http';
8
- import { HttpRequest, HttpEvent, HttpHeaders } from '@angular/common/http';
7
+ import { H as HttpRequest, a as HttpEvent, b as HttpHeaders, i as HttpClientModule } from '../../module.d-BJA_GXII.js';
9
8
  import { Observer } from 'rxjs';
10
9
  import * as i0 from '@angular/core';
11
10
  import { Provider } from '@angular/core';
@@ -173,10 +172,11 @@ declare abstract class HttpTestingController {
173
172
  */
174
173
  declare class HttpClientTestingModule {
175
174
  static ɵfac: i0.ɵɵFactoryDeclaration<HttpClientTestingModule, never>;
176
- static ɵmod: i0.ɵɵNgModuleDeclaration<HttpClientTestingModule, never, [typeof i1.HttpClientModule], never>;
175
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HttpClientTestingModule, never, [typeof HttpClientModule], never>;
177
176
  static ɵinj: i0.ɵɵInjectorDeclaration<HttpClientTestingModule>;
178
177
  }
179
178
 
180
179
  declare function provideHttpClientTesting(): Provider[];
181
180
 
182
- export { HttpClientTestingModule, HttpTestingController, type RequestMatch, TestRequest, provideHttpClientTesting };
181
+ export { HttpClientTestingModule, HttpTestingController, TestRequest, provideHttpClientTesting };
182
+ export type { RequestMatch };