@angular/router 22.0.0-next.4 → 22.0.0-next.6

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,12 +1,12 @@
1
1
  /**
2
- * @license Angular v22.0.0-next.4
2
+ * @license Angular v22.0.0-next.6
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
6
6
 
7
7
  import { DOCUMENT, Location } from '@angular/common';
8
8
  import * as i0 from '@angular/core';
9
- import { ɵisPromise as _isPromise, ɵRuntimeError as _RuntimeError, computed, Injectable, InjectionToken, EventEmitter, input, inject, ViewContainerRef, ChangeDetectorRef, Output, Input, Directive, reflectComponentType, Component, runInInjectionContext, ɵisInjectable as _isInjectable, ɵisNgModule as _isNgModule, isStandalone, createEnvironmentInjector, Compiler, NgModuleFactory, ɵresolveComponentResources as _resolveComponentResources, afterNextRender, signal, EnvironmentInjector, DestroyRef, untracked, ɵConsole as _Console, ɵPendingTasksInternal as _PendingTasksInternal, ɵINTERNAL_APPLICATION_ERROR_HANDLER as _INTERNAL_APPLICATION_ERROR_HANDLER, ɵformatRuntimeError as _formatRuntimeError } from '@angular/core';
9
+ import { ɵisPromise as _isPromise, ɵRuntimeError as _RuntimeError, computed, Injectable, InjectionToken, EventEmitter, input, inject, ViewContainerRef, ChangeDetectorRef, Output, Input, Directive, reflectComponentType, ChangeDetectionStrategy, Component, runInInjectionContext, ɵisInjectable as _isInjectable, ɵisNgModule as _isNgModule, isStandalone, createEnvironmentInjector, Compiler, NgModuleFactory, ɵresolveComponentResources as _resolveComponentResources, afterNextRender, signal, EnvironmentInjector, DestroyRef, untracked, ɵConsole as _Console, ɵPendingTasksInternal as _PendingTasksInternal, ɵINTERNAL_APPLICATION_ERROR_HANDLER as _INTERNAL_APPLICATION_ERROR_HANDLER, ɵformatRuntimeError as _formatRuntimeError } from '@angular/core';
10
10
  import { isObservable, from, of, BehaviorSubject, combineLatest, EmptyError, Observable, concat, defer, pipe, EMPTY, throwError, Subject, Subscription } from 'rxjs';
11
11
  import { first, map, switchMap, take, startWith, filter, takeUntil, mergeMap, concatMap, tap, takeLast, catchError, finalize } from 'rxjs/operators';
12
12
  import * as i1 from '@angular/platform-browser';
@@ -327,7 +327,7 @@ function mapChildrenIntoArray(segment, fn) {
327
327
  class UrlSerializer {
328
328
  static ɵfac = i0.ɵɵngDeclareFactory({
329
329
  minVersion: "12.0.0",
330
- version: "22.0.0-next.4",
330
+ version: "22.0.0-next.6",
331
331
  ngImport: i0,
332
332
  type: UrlSerializer,
333
333
  deps: [],
@@ -335,7 +335,7 @@ class UrlSerializer {
335
335
  });
336
336
  static ɵprov = i0.ɵɵngDeclareInjectable({
337
337
  minVersion: "12.0.0",
338
- version: "22.0.0-next.4",
338
+ version: "22.0.0-next.6",
339
339
  ngImport: i0,
340
340
  type: UrlSerializer,
341
341
  providedIn: 'root',
@@ -344,7 +344,7 @@ class UrlSerializer {
344
344
  }
345
345
  i0.ɵɵngDeclareClassMetadata({
346
346
  minVersion: "12.0.0",
347
- version: "22.0.0-next.4",
347
+ version: "22.0.0-next.6",
348
348
  ngImport: i0,
349
349
  type: UrlSerializer,
350
350
  decorators: [{
@@ -1301,7 +1301,7 @@ class ChildrenOutletContexts {
1301
1301
  }
1302
1302
  static ɵfac = i0.ɵɵngDeclareFactory({
1303
1303
  minVersion: "12.0.0",
1304
- version: "22.0.0-next.4",
1304
+ version: "22.0.0-next.6",
1305
1305
  ngImport: i0,
1306
1306
  type: ChildrenOutletContexts,
1307
1307
  deps: [{
@@ -1311,7 +1311,7 @@ class ChildrenOutletContexts {
1311
1311
  });
1312
1312
  static ɵprov = i0.ɵɵngDeclareInjectable({
1313
1313
  minVersion: "12.0.0",
1314
- version: "22.0.0-next.4",
1314
+ version: "22.0.0-next.6",
1315
1315
  ngImport: i0,
1316
1316
  type: ChildrenOutletContexts,
1317
1317
  providedIn: 'root'
@@ -1319,7 +1319,7 @@ class ChildrenOutletContexts {
1319
1319
  }
1320
1320
  i0.ɵɵngDeclareClassMetadata({
1321
1321
  minVersion: "12.0.0",
1322
- version: "22.0.0-next.4",
1322
+ version: "22.0.0-next.6",
1323
1323
  ngImport: i0,
1324
1324
  type: ChildrenOutletContexts,
1325
1325
  decorators: [{
@@ -1776,7 +1776,7 @@ class RouterOutlet {
1776
1776
  }
1777
1777
  static ɵfac = i0.ɵɵngDeclareFactory({
1778
1778
  minVersion: "12.0.0",
1779
- version: "22.0.0-next.4",
1779
+ version: "22.0.0-next.6",
1780
1780
  ngImport: i0,
1781
1781
  type: RouterOutlet,
1782
1782
  deps: [],
@@ -1784,7 +1784,7 @@ class RouterOutlet {
1784
1784
  });
1785
1785
  static ɵdir = i0.ɵɵngDeclareDirective({
1786
1786
  minVersion: "17.1.0",
1787
- version: "22.0.0-next.4",
1787
+ version: "22.0.0-next.6",
1788
1788
  type: RouterOutlet,
1789
1789
  isStandalone: true,
1790
1790
  selector: "router-outlet",
@@ -1817,7 +1817,7 @@ class RouterOutlet {
1817
1817
  }
1818
1818
  i0.ɵɵngDeclareClassMetadata({
1819
1819
  minVersion: "12.0.0",
1820
- version: "22.0.0-next.4",
1820
+ version: "22.0.0-next.6",
1821
1821
  ngImport: i0,
1822
1822
  type: RouterOutlet,
1823
1823
  decorators: [{
@@ -1931,7 +1931,7 @@ class RoutedComponentInputBinder {
1931
1931
  }
1932
1932
  static ɵfac = i0.ɵɵngDeclareFactory({
1933
1933
  minVersion: "12.0.0",
1934
- version: "22.0.0-next.4",
1934
+ version: "22.0.0-next.6",
1935
1935
  ngImport: i0,
1936
1936
  type: RoutedComponentInputBinder,
1937
1937
  deps: "invalid",
@@ -1939,14 +1939,14 @@ class RoutedComponentInputBinder {
1939
1939
  });
1940
1940
  static ɵprov = i0.ɵɵngDeclareInjectable({
1941
1941
  minVersion: "12.0.0",
1942
- version: "22.0.0-next.4",
1942
+ version: "22.0.0-next.6",
1943
1943
  ngImport: i0,
1944
1944
  type: RoutedComponentInputBinder
1945
1945
  });
1946
1946
  }
1947
1947
  i0.ɵɵngDeclareClassMetadata({
1948
1948
  minVersion: "12.0.0",
1949
- version: "22.0.0-next.4",
1949
+ version: "22.0.0-next.6",
1950
1950
  ngImport: i0,
1951
1951
  type: RoutedComponentInputBinder,
1952
1952
  decorators: [{
@@ -1960,7 +1960,7 @@ i0.ɵɵngDeclareClassMetadata({
1960
1960
  class ɵEmptyOutletComponent {
1961
1961
  static ɵfac = i0.ɵɵngDeclareFactory({
1962
1962
  minVersion: "12.0.0",
1963
- version: "22.0.0-next.4",
1963
+ version: "22.0.0-next.6",
1964
1964
  ngImport: i0,
1965
1965
  type: ɵEmptyOutletComponent,
1966
1966
  deps: [],
@@ -1968,7 +1968,7 @@ class ɵEmptyOutletComponent {
1968
1968
  });
1969
1969
  static ɵcmp = i0.ɵɵngDeclareComponent({
1970
1970
  minVersion: "14.0.0",
1971
- version: "22.0.0-next.4",
1971
+ version: "22.0.0-next.6",
1972
1972
  type: ɵEmptyOutletComponent,
1973
1973
  isStandalone: true,
1974
1974
  selector: "ng-component",
@@ -1983,12 +1983,13 @@ class ɵEmptyOutletComponent {
1983
1983
  inputs: ["name", "routerOutletData"],
1984
1984
  outputs: ["activate", "deactivate", "attach", "detach"],
1985
1985
  exportAs: ["outlet"]
1986
- }]
1986
+ }],
1987
+ changeDetection: i0.ChangeDetectionStrategy.Eager
1987
1988
  });
1988
1989
  }
1989
1990
  i0.ɵɵngDeclareClassMetadata({
1990
1991
  minVersion: "12.0.0",
1991
- version: "22.0.0-next.4",
1992
+ version: "22.0.0-next.6",
1992
1993
  ngImport: i0,
1993
1994
  type: ɵEmptyOutletComponent,
1994
1995
  decorators: [{
@@ -1996,7 +1997,8 @@ i0.ɵɵngDeclareClassMetadata({
1996
1997
  args: [{
1997
1998
  template: `<router-outlet />`,
1998
1999
  imports: [RouterOutlet],
1999
- exportAs: 'emptyRouterOutlet'
2000
+ exportAs: 'emptyRouterOutlet',
2001
+ changeDetection: ChangeDetectionStrategy.Eager
2000
2002
  }]
2001
2003
  }]
2002
2004
  });
@@ -2829,8 +2831,8 @@ function match(segmentGroup, route, segments) {
2829
2831
  positionalParamSegments: res.posParams ?? {}
2830
2832
  };
2831
2833
  }
2832
- function split(segmentGroup, consumedSegments, slicedSegments, config) {
2833
- if (slicedSegments.length > 0 && containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, config)) {
2834
+ function split(segmentGroup, consumedSegments, slicedSegments, config, outlet) {
2835
+ if (slicedSegments.length > 0 && containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, config, outlet)) {
2834
2836
  const s = new UrlSegmentGroup(consumedSegments, createChildrenForEmptyPaths(config, new UrlSegmentGroup(slicedSegments, segmentGroup.children)));
2835
2837
  return {
2836
2838
  segmentGroup: s,
@@ -2874,8 +2876,15 @@ function createChildrenForEmptyPaths(routes, primarySegment) {
2874
2876
  }
2875
2877
  return res;
2876
2878
  }
2877
- function containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, routes) {
2878
- return routes.some(r => emptyPathMatch(segmentGroup, slicedSegments, r) && getOutlet(r) !== PRIMARY_OUTLET);
2879
+ function containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, routes, outlet) {
2880
+ return routes.some(r => {
2881
+ const matchesEmpty = emptyPathMatch(segmentGroup, slicedSegments, r);
2882
+ if (!matchesEmpty) return false;
2883
+ const isNamedOutlet = getOutlet(r) !== PRIMARY_OUTLET;
2884
+ if (!isNamedOutlet) return false;
2885
+ const isSelfEvaluating = outlet !== undefined && getOutlet(r) === outlet;
2886
+ return !isSelfEvaluating;
2887
+ });
2879
2888
  }
2880
2889
  function containsEmptyPathMatches(segmentGroup, slicedSegments, routes) {
2881
2890
  return routes.some(r => emptyPathMatch(segmentGroup, slicedSegments, r));
@@ -3077,7 +3086,7 @@ class Recognizer {
3077
3086
  const {
3078
3087
  segmentGroup,
3079
3088
  slicedSegments
3080
- } = split(rawSegment, consumedSegments, remainingSegments, childConfig);
3089
+ } = split(rawSegment, consumedSegments, remainingSegments, childConfig, outlet);
3081
3090
  if (slicedSegments.length === 0 && segmentGroup.hasChildren()) {
3082
3091
  const children = await this.processChildren(childInjector, childConfig, segmentGroup, snapshot);
3083
3092
  return new TreeNode(snapshot, children);
@@ -3291,7 +3300,7 @@ class TitleStrategy {
3291
3300
  }
3292
3301
  static ɵfac = i0.ɵɵngDeclareFactory({
3293
3302
  minVersion: "12.0.0",
3294
- version: "22.0.0-next.4",
3303
+ version: "22.0.0-next.6",
3295
3304
  ngImport: i0,
3296
3305
  type: TitleStrategy,
3297
3306
  deps: [],
@@ -3299,7 +3308,7 @@ class TitleStrategy {
3299
3308
  });
3300
3309
  static ɵprov = i0.ɵɵngDeclareInjectable({
3301
3310
  minVersion: "12.0.0",
3302
- version: "22.0.0-next.4",
3311
+ version: "22.0.0-next.6",
3303
3312
  ngImport: i0,
3304
3313
  type: TitleStrategy,
3305
3314
  providedIn: 'root',
@@ -3308,7 +3317,7 @@ class TitleStrategy {
3308
3317
  }
3309
3318
  i0.ɵɵngDeclareClassMetadata({
3310
3319
  minVersion: "12.0.0",
3311
- version: "22.0.0-next.4",
3320
+ version: "22.0.0-next.6",
3312
3321
  ngImport: i0,
3313
3322
  type: TitleStrategy,
3314
3323
  decorators: [{
@@ -3333,7 +3342,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3333
3342
  }
3334
3343
  static ɵfac = i0.ɵɵngDeclareFactory({
3335
3344
  minVersion: "12.0.0",
3336
- version: "22.0.0-next.4",
3345
+ version: "22.0.0-next.6",
3337
3346
  ngImport: i0,
3338
3347
  type: DefaultTitleStrategy,
3339
3348
  deps: [{
@@ -3343,7 +3352,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3343
3352
  });
3344
3353
  static ɵprov = i0.ɵɵngDeclareInjectable({
3345
3354
  minVersion: "12.0.0",
3346
- version: "22.0.0-next.4",
3355
+ version: "22.0.0-next.6",
3347
3356
  ngImport: i0,
3348
3357
  type: DefaultTitleStrategy,
3349
3358
  providedIn: 'root'
@@ -3351,7 +3360,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3351
3360
  }
3352
3361
  i0.ɵɵngDeclareClassMetadata({
3353
3362
  minVersion: "12.0.0",
3354
- version: "22.0.0-next.4",
3363
+ version: "22.0.0-next.6",
3355
3364
  ngImport: i0,
3356
3365
  type: DefaultTitleStrategy,
3357
3366
  decorators: [{
@@ -3430,7 +3439,7 @@ class RouterConfigLoader {
3430
3439
  }
3431
3440
  static ɵfac = i0.ɵɵngDeclareFactory({
3432
3441
  minVersion: "12.0.0",
3433
- version: "22.0.0-next.4",
3442
+ version: "22.0.0-next.6",
3434
3443
  ngImport: i0,
3435
3444
  type: RouterConfigLoader,
3436
3445
  deps: [],
@@ -3438,7 +3447,7 @@ class RouterConfigLoader {
3438
3447
  });
3439
3448
  static ɵprov = i0.ɵɵngDeclareInjectable({
3440
3449
  minVersion: "12.0.0",
3441
- version: "22.0.0-next.4",
3450
+ version: "22.0.0-next.6",
3442
3451
  ngImport: i0,
3443
3452
  type: RouterConfigLoader,
3444
3453
  providedIn: 'root'
@@ -3446,7 +3455,7 @@ class RouterConfigLoader {
3446
3455
  }
3447
3456
  i0.ɵɵngDeclareClassMetadata({
3448
3457
  minVersion: "12.0.0",
3449
- version: "22.0.0-next.4",
3458
+ version: "22.0.0-next.6",
3450
3459
  ngImport: i0,
3451
3460
  type: RouterConfigLoader,
3452
3461
  decorators: [{
@@ -3511,7 +3520,7 @@ async function maybeResolveResources(value) {
3511
3520
  class UrlHandlingStrategy {
3512
3521
  static ɵfac = i0.ɵɵngDeclareFactory({
3513
3522
  minVersion: "12.0.0",
3514
- version: "22.0.0-next.4",
3523
+ version: "22.0.0-next.6",
3515
3524
  ngImport: i0,
3516
3525
  type: UrlHandlingStrategy,
3517
3526
  deps: [],
@@ -3519,7 +3528,7 @@ class UrlHandlingStrategy {
3519
3528
  });
3520
3529
  static ɵprov = i0.ɵɵngDeclareInjectable({
3521
3530
  minVersion: "12.0.0",
3522
- version: "22.0.0-next.4",
3531
+ version: "22.0.0-next.6",
3523
3532
  ngImport: i0,
3524
3533
  type: UrlHandlingStrategy,
3525
3534
  providedIn: 'root',
@@ -3528,7 +3537,7 @@ class UrlHandlingStrategy {
3528
3537
  }
3529
3538
  i0.ɵɵngDeclareClassMetadata({
3530
3539
  minVersion: "12.0.0",
3531
- version: "22.0.0-next.4",
3540
+ version: "22.0.0-next.6",
3532
3541
  ngImport: i0,
3533
3542
  type: UrlHandlingStrategy,
3534
3543
  decorators: [{
@@ -3551,7 +3560,7 @@ class DefaultUrlHandlingStrategy {
3551
3560
  }
3552
3561
  static ɵfac = i0.ɵɵngDeclareFactory({
3553
3562
  minVersion: "12.0.0",
3554
- version: "22.0.0-next.4",
3563
+ version: "22.0.0-next.6",
3555
3564
  ngImport: i0,
3556
3565
  type: DefaultUrlHandlingStrategy,
3557
3566
  deps: [],
@@ -3559,7 +3568,7 @@ class DefaultUrlHandlingStrategy {
3559
3568
  });
3560
3569
  static ɵprov = i0.ɵɵngDeclareInjectable({
3561
3570
  minVersion: "12.0.0",
3562
- version: "22.0.0-next.4",
3571
+ version: "22.0.0-next.6",
3563
3572
  ngImport: i0,
3564
3573
  type: DefaultUrlHandlingStrategy,
3565
3574
  providedIn: 'root'
@@ -3567,7 +3576,7 @@ class DefaultUrlHandlingStrategy {
3567
3576
  }
3568
3577
  i0.ɵɵngDeclareClassMetadata({
3569
3578
  minVersion: "12.0.0",
3570
- version: "22.0.0-next.4",
3579
+ version: "22.0.0-next.6",
3571
3580
  ngImport: i0,
3572
3581
  type: DefaultUrlHandlingStrategy,
3573
3582
  decorators: [{
@@ -3966,7 +3975,7 @@ class NavigationTransitions {
3966
3975
  }
3967
3976
  static ɵfac = i0.ɵɵngDeclareFactory({
3968
3977
  minVersion: "12.0.0",
3969
- version: "22.0.0-next.4",
3978
+ version: "22.0.0-next.6",
3970
3979
  ngImport: i0,
3971
3980
  type: NavigationTransitions,
3972
3981
  deps: [],
@@ -3974,7 +3983,7 @@ class NavigationTransitions {
3974
3983
  });
3975
3984
  static ɵprov = i0.ɵɵngDeclareInjectable({
3976
3985
  minVersion: "12.0.0",
3977
- version: "22.0.0-next.4",
3986
+ version: "22.0.0-next.6",
3978
3987
  ngImport: i0,
3979
3988
  type: NavigationTransitions,
3980
3989
  providedIn: 'root'
@@ -3982,7 +3991,7 @@ class NavigationTransitions {
3982
3991
  }
3983
3992
  i0.ɵɵngDeclareClassMetadata({
3984
3993
  minVersion: "12.0.0",
3985
- version: "22.0.0-next.4",
3994
+ version: "22.0.0-next.6",
3986
3995
  ngImport: i0,
3987
3996
  type: NavigationTransitions,
3988
3997
  decorators: [{
@@ -4055,7 +4064,7 @@ function destroyDetachedRouteHandle(handle) {
4055
4064
  class RouteReuseStrategy {
4056
4065
  static ɵfac = i0.ɵɵngDeclareFactory({
4057
4066
  minVersion: "12.0.0",
4058
- version: "22.0.0-next.4",
4067
+ version: "22.0.0-next.6",
4059
4068
  ngImport: i0,
4060
4069
  type: RouteReuseStrategy,
4061
4070
  deps: [],
@@ -4063,7 +4072,7 @@ class RouteReuseStrategy {
4063
4072
  });
4064
4073
  static ɵprov = i0.ɵɵngDeclareInjectable({
4065
4074
  minVersion: "12.0.0",
4066
- version: "22.0.0-next.4",
4075
+ version: "22.0.0-next.6",
4067
4076
  ngImport: i0,
4068
4077
  type: RouteReuseStrategy,
4069
4078
  providedIn: 'root',
@@ -4072,7 +4081,7 @@ class RouteReuseStrategy {
4072
4081
  }
4073
4082
  i0.ɵɵngDeclareClassMetadata({
4074
4083
  minVersion: "12.0.0",
4075
- version: "22.0.0-next.4",
4084
+ version: "22.0.0-next.6",
4076
4085
  ngImport: i0,
4077
4086
  type: RouteReuseStrategy,
4078
4087
  decorators: [{
@@ -4104,7 +4113,7 @@ class BaseRouteReuseStrategy {
4104
4113
  class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4105
4114
  static ɵfac = i0.ɵɵngDeclareFactory({
4106
4115
  minVersion: "12.0.0",
4107
- version: "22.0.0-next.4",
4116
+ version: "22.0.0-next.6",
4108
4117
  ngImport: i0,
4109
4118
  type: DefaultRouteReuseStrategy,
4110
4119
  deps: null,
@@ -4112,7 +4121,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4112
4121
  });
4113
4122
  static ɵprov = i0.ɵɵngDeclareInjectable({
4114
4123
  minVersion: "12.0.0",
4115
- version: "22.0.0-next.4",
4124
+ version: "22.0.0-next.6",
4116
4125
  ngImport: i0,
4117
4126
  type: DefaultRouteReuseStrategy,
4118
4127
  providedIn: 'root'
@@ -4120,7 +4129,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4120
4129
  }
4121
4130
  i0.ɵɵngDeclareClassMetadata({
4122
4131
  minVersion: "12.0.0",
4123
- version: "22.0.0-next.4",
4132
+ version: "22.0.0-next.6",
4124
4133
  ngImport: i0,
4125
4134
  type: DefaultRouteReuseStrategy,
4126
4135
  decorators: [{
@@ -4194,7 +4203,7 @@ class StateManager {
4194
4203
  }
4195
4204
  static ɵfac = i0.ɵɵngDeclareFactory({
4196
4205
  minVersion: "12.0.0",
4197
- version: "22.0.0-next.4",
4206
+ version: "22.0.0-next.6",
4198
4207
  ngImport: i0,
4199
4208
  type: StateManager,
4200
4209
  deps: [],
@@ -4202,7 +4211,7 @@ class StateManager {
4202
4211
  });
4203
4212
  static ɵprov = i0.ɵɵngDeclareInjectable({
4204
4213
  minVersion: "12.0.0",
4205
- version: "22.0.0-next.4",
4214
+ version: "22.0.0-next.6",
4206
4215
  ngImport: i0,
4207
4216
  type: StateManager,
4208
4217
  providedIn: 'root',
@@ -4211,7 +4220,7 @@ class StateManager {
4211
4220
  }
4212
4221
  i0.ɵɵngDeclareClassMetadata({
4213
4222
  minVersion: "12.0.0",
4214
- version: "22.0.0-next.4",
4223
+ version: "22.0.0-next.6",
4215
4224
  ngImport: i0,
4216
4225
  type: StateManager,
4217
4226
  decorators: [{
@@ -4330,7 +4339,7 @@ class HistoryStateManager extends StateManager {
4330
4339
  }
4331
4340
  static ɵfac = i0.ɵɵngDeclareFactory({
4332
4341
  minVersion: "12.0.0",
4333
- version: "22.0.0-next.4",
4342
+ version: "22.0.0-next.6",
4334
4343
  ngImport: i0,
4335
4344
  type: HistoryStateManager,
4336
4345
  deps: null,
@@ -4338,7 +4347,7 @@ class HistoryStateManager extends StateManager {
4338
4347
  });
4339
4348
  static ɵprov = i0.ɵɵngDeclareInjectable({
4340
4349
  minVersion: "12.0.0",
4341
- version: "22.0.0-next.4",
4350
+ version: "22.0.0-next.6",
4342
4351
  ngImport: i0,
4343
4352
  type: HistoryStateManager,
4344
4353
  providedIn: 'root'
@@ -4346,7 +4355,7 @@ class HistoryStateManager extends StateManager {
4346
4355
  }
4347
4356
  i0.ɵɵngDeclareClassMetadata({
4348
4357
  minVersion: "12.0.0",
4349
- version: "22.0.0-next.4",
4358
+ version: "22.0.0-next.6",
4350
4359
  ngImport: i0,
4351
4360
  type: HistoryStateManager,
4352
4361
  decorators: [{
@@ -4649,7 +4658,7 @@ class Router {
4649
4658
  }
4650
4659
  static ɵfac = i0.ɵɵngDeclareFactory({
4651
4660
  minVersion: "12.0.0",
4652
- version: "22.0.0-next.4",
4661
+ version: "22.0.0-next.6",
4653
4662
  ngImport: i0,
4654
4663
  type: Router,
4655
4664
  deps: [],
@@ -4657,7 +4666,7 @@ class Router {
4657
4666
  });
4658
4667
  static ɵprov = i0.ɵɵngDeclareInjectable({
4659
4668
  minVersion: "12.0.0",
4660
- version: "22.0.0-next.4",
4669
+ version: "22.0.0-next.6",
4661
4670
  ngImport: i0,
4662
4671
  type: Router,
4663
4672
  providedIn: 'root'
@@ -4665,7 +4674,7 @@ class Router {
4665
4674
  }
4666
4675
  i0.ɵɵngDeclareClassMetadata({
4667
4676
  minVersion: "12.0.0",
4668
- version: "22.0.0-next.4",
4677
+ version: "22.0.0-next.6",
4669
4678
  ngImport: i0,
4670
4679
  type: Router,
4671
4680
  decorators: [{