@angular/common 20.0.0-next.9 → 20.0.0-rc.0

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,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -12,10 +12,10 @@ import { Injectable } from '@angular/core';
12
12
  * implementations.
13
13
  */
14
14
  class PlatformNavigation {
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: PlatformNavigation, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: PlatformNavigation, providedIn: 'platform', useFactory: () => window.navigation });
15
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: PlatformNavigation, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: PlatformNavigation, providedIn: 'platform', useFactory: () => window.navigation });
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: PlatformNavigation, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: PlatformNavigation, decorators: [{
19
19
  type: Injectable,
20
20
  args: [{ providedIn: 'platform', useFactory: () => window.navigation }]
21
21
  }] });
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -219,10 +219,10 @@ class MockPlatformLocation {
219
219
  });
220
220
  }
221
221
  }
222
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: MockPlatformLocation, deps: [{ token: MOCK_PLATFORM_LOCATION_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
223
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: MockPlatformLocation });
222
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: MockPlatformLocation, deps: [{ token: MOCK_PLATFORM_LOCATION_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
223
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: MockPlatformLocation });
224
224
  }
225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: MockPlatformLocation, decorators: [{
225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: MockPlatformLocation, decorators: [{
226
226
  type: Injectable
227
227
  }], ctorParameters: () => [{ type: undefined, decorators: [{
228
228
  type: Inject,
@@ -294,10 +294,10 @@ class FakeNavigationPlatformLocation {
294
294
  getState() {
295
295
  return this._platformNavigation.currentEntry.getHistoryState();
296
296
  }
297
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: FakeNavigationPlatformLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
298
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: FakeNavigationPlatformLocation });
297
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: FakeNavigationPlatformLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
298
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: FakeNavigationPlatformLocation });
299
299
  }
300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: FakeNavigationPlatformLocation, decorators: [{
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: FakeNavigationPlatformLocation, decorators: [{
301
301
  type: Injectable
302
302
  }], ctorParameters: () => [] });
303
303
 
@@ -479,10 +479,10 @@ class SpyLocation {
479
479
  this._history.push(new LocationState(path, query, state));
480
480
  this._historyIndex = this._history.length - 1;
481
481
  }
482
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: SpyLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
483
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: SpyLocation });
482
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: SpyLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
483
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: SpyLocation });
484
484
  }
485
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: SpyLocation, decorators: [{
485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: SpyLocation, decorators: [{
486
486
  type: Injectable
487
487
  }] });
488
488
  class LocationState {
@@ -564,10 +564,10 @@ class MockLocationStrategy extends LocationStrategy {
564
564
  getState() {
565
565
  return this.stateChanges[(this.stateChanges.length || 1) - 1];
566
566
  }
567
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: MockLocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
568
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: MockLocationStrategy });
567
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: MockLocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
568
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: MockLocationStrategy });
569
569
  }
570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: MockLocationStrategy, decorators: [{
570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: MockLocationStrategy, decorators: [{
571
571
  type: Injectable
572
572
  }], ctorParameters: () => [] });
573
573
  class _MockPopStateEvent {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -9,7 +9,7 @@ import { ɵisPromise as _isPromise, InjectionToken, Inject, Optional, NgModule }
9
9
  import { ReplaySubject } from 'rxjs';
10
10
  import { UpgradeModule } from '@angular/upgrade/static';
11
11
  import { Location, PlatformLocation, LocationStrategy, APP_BASE_HREF, PathLocationStrategy } from './location-BeT0iJq7.mjs';
12
- import { CommonModule, HashLocationStrategy } from './common_module-96z1HarB.mjs';
12
+ import { CommonModule, HashLocationStrategy } from './common_module-CflUMSwD.mjs';
13
13
 
14
14
  function deepEqual(a, b) {
15
15
  if (a === b) {
@@ -864,11 +864,11 @@ class LocationUpgradeModule {
864
864
  ],
865
865
  };
866
866
  }
867
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: LocationUpgradeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
868
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.9", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] });
869
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] });
867
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: LocationUpgradeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
868
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-rc.0", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] });
869
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: LocationUpgradeModule, imports: [CommonModule] });
870
870
  }
871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9", ngImport: i0, type: LocationUpgradeModule, decorators: [{
871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.0", ngImport: i0, type: LocationUpgradeModule, decorators: [{
872
872
  type: NgModule,
873
873
  args: [{ imports: [CommonModule] }]
874
874
  }] });
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/http/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -3102,7 +3102,7 @@ declare function withJsonpSupport(): HttpFeature<HttpFeatureKind.JsonpSupport>;
3102
3102
  * this option.
3103
3103
  *
3104
3104
  * @see {@link provideHttpClient}
3105
- * @publicApi
3105
+ * @publicApi 19.0
3106
3106
  */
3107
3107
  declare function withRequestsMadeViaParent(): HttpFeature<HttpFeatureKind.RequestsMadeViaParent>;
3108
3108
  /**
@@ -3117,7 +3117,7 @@ declare function withFetch(): HttpFeature<HttpFeatureKind.Fetch>;
3117
3117
  /**
3118
3118
  * The structure of an `httpResource` request which will be sent to the backend.
3119
3119
  *
3120
- * @experimental
3120
+ * @experimental 19.2
3121
3121
  */
3122
3122
  interface HttpResourceRequest {
3123
3123
  /**
@@ -3174,7 +3174,7 @@ interface HttpResourceRequest {
3174
3174
  /**
3175
3175
  * Options for creating an `httpResource`.
3176
3176
  *
3177
- * @experimental
3177
+ * @experimental 19.2
3178
3178
  */
3179
3179
  interface HttpResourceOptions<TResult, TRaw> {
3180
3180
  /**
@@ -3210,7 +3210,7 @@ interface HttpResourceOptions<TResult, TRaw> {
3210
3210
  * `HttpResource`s are backed by `HttpClient`, including support for interceptors, testing, and the
3211
3211
  * other features of the `HttpClient` API.
3212
3212
  *
3213
- * @experimental
3213
+ * @experimental 19.2
3214
3214
  */
3215
3215
  interface HttpResourceRef<T> extends WritableResource<T>, ResourceRef<T> {
3216
3216
  /**
@@ -3234,7 +3234,7 @@ interface HttpResourceRef<T> extends WritableResource<T>, ResourceRef<T> {
3234
3234
  * based `httpRequest` as well as sub-functions for `ArrayBuffer`, `Blob`, and `string` type
3235
3235
  * requests.
3236
3236
  *
3237
- * @experimental
3237
+ * @experimental 19.2
3238
3238
  */
3239
3239
  interface HttpResourceFn {
3240
3240
  /**
@@ -3246,7 +3246,7 @@ interface HttpResourceFn {
3246
3246
  * of the `HttpClient` API. Data is parsed as JSON by default - use a sub-function of
3247
3247
  * `httpResource`, such as `httpResource.text()`, to parse the response differently.
3248
3248
  *
3249
- * @experimental
3249
+ * @experimental 19.2
3250
3250
  */
3251
3251
  <TResult = unknown>(url: () => string | undefined, options: HttpResourceOptions<TResult, unknown> & {
3252
3252
  defaultValue: NoInfer<TResult>;
@@ -3260,7 +3260,7 @@ interface HttpResourceFn {
3260
3260
  * of the `HttpClient` API. Data is parsed as JSON by default - use a sub-function of
3261
3261
  * `httpResource`, such as `httpResource.text()`, to parse the response differently.
3262
3262
  *
3263
- * @experimental
3263
+ * @experimental 19.2
3264
3264
  */
3265
3265
  <TResult = unknown>(url: () => string | undefined, options?: HttpResourceOptions<TResult, unknown>): HttpResourceRef<TResult | undefined>;
3266
3266
  /**
@@ -3272,7 +3272,7 @@ interface HttpResourceFn {
3272
3272
  * of the `HttpClient` API. Data is parsed as JSON by default - use a sub-function of
3273
3273
  * `httpResource`, such as `httpResource.text()`, to parse the response differently.
3274
3274
  *
3275
- * @experimental
3275
+ * @experimental 19.2
3276
3276
  */
3277
3277
  <TResult = unknown>(request: () => HttpResourceRequest | undefined, options: HttpResourceOptions<TResult, unknown> & {
3278
3278
  defaultValue: NoInfer<TResult>;
@@ -3286,7 +3286,7 @@ interface HttpResourceFn {
3286
3286
  * of the `HttpClient` API. Data is parsed as JSON by default - use a sub-function of
3287
3287
  * `httpResource`, such as `httpResource.text()`, to parse the response differently.
3288
3288
  *
3289
- * @experimental
3289
+ * @experimental 19.2
3290
3290
  */
3291
3291
  <TResult = unknown>(request: () => HttpResourceRequest | undefined, options?: HttpResourceOptions<TResult, unknown>): HttpResourceRef<TResult | undefined>;
3292
3292
  /**
@@ -3297,7 +3297,7 @@ interface HttpResourceFn {
3297
3297
  * Uses `HttpClient` to make requests and supports interceptors, testing, and the other features
3298
3298
  * of the `HttpClient` API. Data is parsed into an `ArrayBuffer`.
3299
3299
  *
3300
- * @experimental
3300
+ * @experimental 19.2
3301
3301
  */
3302
3302
  arrayBuffer: {
3303
3303
  <TResult = ArrayBuffer>(url: () => string | undefined, options: HttpResourceOptions<TResult, ArrayBuffer> & {
@@ -3317,7 +3317,7 @@ interface HttpResourceFn {
3317
3317
  * Uses `HttpClient` to make requests and supports interceptors, testing, and the other features
3318
3318
  * of the `HttpClient` API. Data is parsed into a `Blob`.
3319
3319
  *
3320
- * @experimental
3320
+ * @experimental 19.2
3321
3321
  */
3322
3322
  blob: {
3323
3323
  <TResult = Blob>(url: () => string | undefined, options: HttpResourceOptions<TResult, Blob> & {
@@ -3337,7 +3337,7 @@ interface HttpResourceFn {
3337
3337
  * Uses `HttpClient` to make requests and supports interceptors, testing, and the other features
3338
3338
  * of the `HttpClient` API. Data is parsed as a `string`.
3339
3339
  *
3340
- * @experimental
3340
+ * @experimental 19.2
3341
3341
  */
3342
3342
  text: {
3343
3343
  <TResult = string>(url: () => string | undefined, options: HttpResourceOptions<TResult, string> & {
@@ -3356,7 +3356,7 @@ interface HttpResourceFn {
3356
3356
  * request that expects a different kind of data, you can use a sub-constructor of `httpResource`,
3357
3357
  * such as `httpResource.text`.
3358
3358
  *
3359
- * @experimental
3359
+ * @experimental 19.2
3360
3360
  * @initializerApiFunction
3361
3361
  */
3362
3362
  declare const httpResource: HttpResourceFn;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7,8 +7,8 @@
7
7
  import * as i0 from '@angular/core';
8
8
  import { ɵNavigation as _Navigation, ɵNavigationHistoryEntry as _NavigationHistoryEntry, ɵNavigationUpdateCurrentEntryOptions as _NavigationUpdateCurrentEntryOptions, ɵNavigationTransition as _NavigationTransition, ɵNavigationNavigateOptions as _NavigationNavigateOptions, ɵNavigationResult as _NavigationResult, ɵNavigationReloadOptions as _NavigationReloadOptions, ɵNavigationOptions as _NavigationOptions, ɵNavigateEvent as _NavigateEvent, ɵNavigationCurrentEntryChangeEvent as _NavigationCurrentEntryChangeEvent, OnDestroy, Version, InjectionToken, Provider, OnInit, OnChanges, SimpleChanges } from '@angular/core';
9
9
  export { DOCUMENT, ɵIMAGE_CONFIG as IMAGE_CONFIG, ɵImageConfig as ImageConfig } from '@angular/core';
10
- import { LocationStrategy } from './common_module.d-ClF75kAz.js';
11
- export { APP_BASE_HREF, AsyncPipe, CommonModule, CurrencyPipe, DATE_PIPE_DEFAULT_OPTIONS, DATE_PIPE_DEFAULT_TIMEZONE, DatePipe, DatePipeConfig, DecimalPipe, I18nPluralPipe, I18nSelectPipe, JsonPipe, KeyValue, KeyValuePipe, Location, LowerCasePipe, NgClass, NgComponentOutlet, NgForOf as NgFor, NgForOf, NgForOfContext, NgIf, NgIfContext, NgLocaleLocalization, NgLocalization, NgPlural, NgPluralCase, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgTemplateOutlet, PathLocationStrategy, PercentPipe, PopStateEvent, SlicePipe, TitleCasePipe, UpperCasePipe } from './common_module.d-ClF75kAz.js';
10
+ import { LocationStrategy } from './common_module.d-CFPjq0Cz.js';
11
+ export { APP_BASE_HREF, AsyncPipe, CommonModule, CurrencyPipe, DATE_PIPE_DEFAULT_OPTIONS, DATE_PIPE_DEFAULT_TIMEZONE, DatePipe, DatePipeConfig, DecimalPipe, I18nPluralPipe, I18nSelectPipe, JsonPipe, KeyValue, KeyValuePipe, Location, LowerCasePipe, NgClass, NgComponentOutlet, NgForOf as NgFor, NgForOf, NgForOfContext, NgIf, NgIfContext, NgLocaleLocalization, NgLocalization, NgPlural, NgPluralCase, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgTemplateOutlet, PathLocationStrategy, PercentPipe, PopStateEvent, SlicePipe, TitleCasePipe, UpperCasePipe } from './common_module.d-CFPjq0Cz.js';
12
12
  import { PlatformLocation, LocationChangeListener } from './platform_location.d-Lbv6Ueec.js';
13
13
  export { BrowserPlatformLocation, LOCATION_INITIALIZED, LocationChangeEvent } from './platform_location.d-Lbv6Ueec.js';
14
14
  export { XhrFactory } from './xhr.d-D_1kTQR5.js';
@@ -282,7 +282,8 @@ declare enum TranslationWidth {
282
282
  * @see [Internationalization (i18n) Guide](guide/i18n)
283
283
  * @publicApi
284
284
  *
285
- * @deprecated Date locale data getters are deprecated
285
+ * @deprecated 18.0
286
+ * Date locale data getters are deprecated
286
287
  */
287
288
  declare enum FormatWidth {
288
289
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@angular/common",
3
- "version": "20.0.0-next.9",
3
+ "version": "20.0.0-rc.0",
4
4
  "description": "Angular - commonly needed directives and services",
5
5
  "author": "angular",
6
6
  "license": "MIT",
7
7
  "engines": {
8
- "node": "^20.11.1 || >=22.11.0"
8
+ "node": "^20.11.1 || ^22.11.0 || >=24.0.0"
9
9
  },
10
10
  "locales": "locales",
11
11
  "dependencies": {
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "peerDependencies": {
47
- "@angular/core": "20.0.0-next.9",
47
+ "@angular/core": "20.0.0-rc.0",
48
48
  "rxjs": "^6.5.3 || ^7.4.0"
49
49
  },
50
50
  "repository": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { Location, LocationStrategy, CommonModule } from '../common_module.d-ClF75kAz.js';
7
+ import { Location, LocationStrategy, CommonModule } from '../common_module.d-CFPjq0Cz.js';
8
8
  import { PlatformLocation } from '../platform_location.d-Lbv6Ueec.js';
9
9
  import { UpgradeModule } from '@angular/upgrade/static';
10
10
  import * as i0 from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */