@angular/platform-browser 20.0.0-next.9 → 20.0.0-rc.1

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,11 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
7
  import * as i0 from '@angular/core';
8
- import { StaticProvider } from '@angular/core';
8
+ import { StaticProvider, PlatformRef } from '@angular/core';
9
9
  import { BrowserModule } from '../browser.d-C4gIBeOX.js';
10
10
  import '@angular/common';
11
11
 
@@ -14,7 +14,7 @@ import '@angular/common';
14
14
  *
15
15
  * @publicApi
16
16
  */
17
- declare const platformBrowserTesting: (extraProviders?: StaticProvider[]) => i0.PlatformRef;
17
+ declare const platformBrowserTesting: (extraProviders?: StaticProvider[]) => PlatformRef;
18
18
  /**
19
19
  * NgModule for testing.
20
20
  *