@angular/router 21.2.5 → 21.2.7

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 v21.2.5
2
+ * @license Angular v21.2.7
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: "21.2.5",
330
+ version: "21.2.7",
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: "21.2.5",
338
+ version: "21.2.7",
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: "21.2.5",
347
+ version: "21.2.7",
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: "21.2.5",
1304
+ version: "21.2.7",
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: "21.2.5",
1314
+ version: "21.2.7",
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: "21.2.5",
1322
+ version: "21.2.7",
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: "21.2.5",
1779
+ version: "21.2.7",
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: "21.2.5",
1787
+ version: "21.2.7",
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: "21.2.5",
1820
+ version: "21.2.7",
1821
1821
  ngImport: i0,
1822
1822
  type: RouterOutlet,
1823
1823
  decorators: [{
@@ -1926,7 +1926,7 @@ class RoutedComponentInputBinder {
1926
1926
  }
1927
1927
  static ɵfac = i0.ɵɵngDeclareFactory({
1928
1928
  minVersion: "12.0.0",
1929
- version: "21.2.5",
1929
+ version: "21.2.7",
1930
1930
  ngImport: i0,
1931
1931
  type: RoutedComponentInputBinder,
1932
1932
  deps: [],
@@ -1934,14 +1934,14 @@ class RoutedComponentInputBinder {
1934
1934
  });
1935
1935
  static ɵprov = i0.ɵɵngDeclareInjectable({
1936
1936
  minVersion: "12.0.0",
1937
- version: "21.2.5",
1937
+ version: "21.2.7",
1938
1938
  ngImport: i0,
1939
1939
  type: RoutedComponentInputBinder
1940
1940
  });
1941
1941
  }
1942
1942
  i0.ɵɵngDeclareClassMetadata({
1943
1943
  minVersion: "12.0.0",
1944
- version: "21.2.5",
1944
+ version: "21.2.7",
1945
1945
  ngImport: i0,
1946
1946
  type: RoutedComponentInputBinder,
1947
1947
  decorators: [{
@@ -1952,7 +1952,7 @@ i0.ɵɵngDeclareClassMetadata({
1952
1952
  class ɵEmptyOutletComponent {
1953
1953
  static ɵfac = i0.ɵɵngDeclareFactory({
1954
1954
  minVersion: "12.0.0",
1955
- version: "21.2.5",
1955
+ version: "21.2.7",
1956
1956
  ngImport: i0,
1957
1957
  type: ɵEmptyOutletComponent,
1958
1958
  deps: [],
@@ -1960,7 +1960,7 @@ class ɵEmptyOutletComponent {
1960
1960
  });
1961
1961
  static ɵcmp = i0.ɵɵngDeclareComponent({
1962
1962
  minVersion: "14.0.0",
1963
- version: "21.2.5",
1963
+ version: "21.2.7",
1964
1964
  type: ɵEmptyOutletComponent,
1965
1965
  isStandalone: true,
1966
1966
  selector: "ng-component",
@@ -1975,12 +1975,13 @@ class ɵEmptyOutletComponent {
1975
1975
  inputs: ["name", "routerOutletData"],
1976
1976
  outputs: ["activate", "deactivate", "attach", "detach"],
1977
1977
  exportAs: ["outlet"]
1978
- }]
1978
+ }],
1979
+ changeDetection: i0.ChangeDetectionStrategy.Eager
1979
1980
  });
1980
1981
  }
1981
1982
  i0.ɵɵngDeclareClassMetadata({
1982
1983
  minVersion: "12.0.0",
1983
- version: "21.2.5",
1984
+ version: "21.2.7",
1984
1985
  ngImport: i0,
1985
1986
  type: ɵEmptyOutletComponent,
1986
1987
  decorators: [{
@@ -1988,7 +1989,8 @@ i0.ɵɵngDeclareClassMetadata({
1988
1989
  args: [{
1989
1990
  template: `<router-outlet />`,
1990
1991
  imports: [RouterOutlet],
1991
- exportAs: 'emptyRouterOutlet'
1992
+ exportAs: 'emptyRouterOutlet',
1993
+ changeDetection: ChangeDetectionStrategy.Eager
1992
1994
  }]
1993
1995
  }]
1994
1996
  });
@@ -2821,8 +2823,8 @@ function match(segmentGroup, route, segments) {
2821
2823
  positionalParamSegments: res.posParams ?? {}
2822
2824
  };
2823
2825
  }
2824
- function split(segmentGroup, consumedSegments, slicedSegments, config) {
2825
- if (slicedSegments.length > 0 && containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, config)) {
2826
+ function split(segmentGroup, consumedSegments, slicedSegments, config, outlet) {
2827
+ if (slicedSegments.length > 0 && containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, config, outlet)) {
2826
2828
  const s = new UrlSegmentGroup(consumedSegments, createChildrenForEmptyPaths(config, new UrlSegmentGroup(slicedSegments, segmentGroup.children)));
2827
2829
  return {
2828
2830
  segmentGroup: s,
@@ -2866,8 +2868,15 @@ function createChildrenForEmptyPaths(routes, primarySegment) {
2866
2868
  }
2867
2869
  return res;
2868
2870
  }
2869
- function containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, routes) {
2870
- return routes.some(r => emptyPathMatch(segmentGroup, slicedSegments, r) && getOutlet(r) !== PRIMARY_OUTLET);
2871
+ function containsEmptyPathMatchesWithNamedOutlets(segmentGroup, slicedSegments, routes, outlet) {
2872
+ return routes.some(r => {
2873
+ const matchesEmpty = emptyPathMatch(segmentGroup, slicedSegments, r);
2874
+ if (!matchesEmpty) return false;
2875
+ const isNamedOutlet = getOutlet(r) !== PRIMARY_OUTLET;
2876
+ if (!isNamedOutlet) return false;
2877
+ const isSelfEvaluating = outlet !== undefined && getOutlet(r) === outlet;
2878
+ return !isSelfEvaluating;
2879
+ });
2871
2880
  }
2872
2881
  function containsEmptyPathMatches(segmentGroup, slicedSegments, routes) {
2873
2882
  return routes.some(r => emptyPathMatch(segmentGroup, slicedSegments, r));
@@ -3069,7 +3078,7 @@ class Recognizer {
3069
3078
  const {
3070
3079
  segmentGroup,
3071
3080
  slicedSegments
3072
- } = split(rawSegment, consumedSegments, remainingSegments, childConfig);
3081
+ } = split(rawSegment, consumedSegments, remainingSegments, childConfig, outlet);
3073
3082
  if (slicedSegments.length === 0 && segmentGroup.hasChildren()) {
3074
3083
  const children = await this.processChildren(childInjector, childConfig, segmentGroup, snapshot);
3075
3084
  return new TreeNode(snapshot, children);
@@ -3283,7 +3292,7 @@ class TitleStrategy {
3283
3292
  }
3284
3293
  static ɵfac = i0.ɵɵngDeclareFactory({
3285
3294
  minVersion: "12.0.0",
3286
- version: "21.2.5",
3295
+ version: "21.2.7",
3287
3296
  ngImport: i0,
3288
3297
  type: TitleStrategy,
3289
3298
  deps: [],
@@ -3291,7 +3300,7 @@ class TitleStrategy {
3291
3300
  });
3292
3301
  static ɵprov = i0.ɵɵngDeclareInjectable({
3293
3302
  minVersion: "12.0.0",
3294
- version: "21.2.5",
3303
+ version: "21.2.7",
3295
3304
  ngImport: i0,
3296
3305
  type: TitleStrategy,
3297
3306
  providedIn: 'root',
@@ -3300,7 +3309,7 @@ class TitleStrategy {
3300
3309
  }
3301
3310
  i0.ɵɵngDeclareClassMetadata({
3302
3311
  minVersion: "12.0.0",
3303
- version: "21.2.5",
3312
+ version: "21.2.7",
3304
3313
  ngImport: i0,
3305
3314
  type: TitleStrategy,
3306
3315
  decorators: [{
@@ -3325,7 +3334,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3325
3334
  }
3326
3335
  static ɵfac = i0.ɵɵngDeclareFactory({
3327
3336
  minVersion: "12.0.0",
3328
- version: "21.2.5",
3337
+ version: "21.2.7",
3329
3338
  ngImport: i0,
3330
3339
  type: DefaultTitleStrategy,
3331
3340
  deps: [{
@@ -3335,7 +3344,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3335
3344
  });
3336
3345
  static ɵprov = i0.ɵɵngDeclareInjectable({
3337
3346
  minVersion: "12.0.0",
3338
- version: "21.2.5",
3347
+ version: "21.2.7",
3339
3348
  ngImport: i0,
3340
3349
  type: DefaultTitleStrategy,
3341
3350
  providedIn: 'root'
@@ -3343,7 +3352,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3343
3352
  }
3344
3353
  i0.ɵɵngDeclareClassMetadata({
3345
3354
  minVersion: "12.0.0",
3346
- version: "21.2.5",
3355
+ version: "21.2.7",
3347
3356
  ngImport: i0,
3348
3357
  type: DefaultTitleStrategy,
3349
3358
  decorators: [{
@@ -3422,7 +3431,7 @@ class RouterConfigLoader {
3422
3431
  }
3423
3432
  static ɵfac = i0.ɵɵngDeclareFactory({
3424
3433
  minVersion: "12.0.0",
3425
- version: "21.2.5",
3434
+ version: "21.2.7",
3426
3435
  ngImport: i0,
3427
3436
  type: RouterConfigLoader,
3428
3437
  deps: [],
@@ -3430,7 +3439,7 @@ class RouterConfigLoader {
3430
3439
  });
3431
3440
  static ɵprov = i0.ɵɵngDeclareInjectable({
3432
3441
  minVersion: "12.0.0",
3433
- version: "21.2.5",
3442
+ version: "21.2.7",
3434
3443
  ngImport: i0,
3435
3444
  type: RouterConfigLoader,
3436
3445
  providedIn: 'root'
@@ -3438,7 +3447,7 @@ class RouterConfigLoader {
3438
3447
  }
3439
3448
  i0.ɵɵngDeclareClassMetadata({
3440
3449
  minVersion: "12.0.0",
3441
- version: "21.2.5",
3450
+ version: "21.2.7",
3442
3451
  ngImport: i0,
3443
3452
  type: RouterConfigLoader,
3444
3453
  decorators: [{
@@ -3503,7 +3512,7 @@ async function maybeResolveResources(value) {
3503
3512
  class UrlHandlingStrategy {
3504
3513
  static ɵfac = i0.ɵɵngDeclareFactory({
3505
3514
  minVersion: "12.0.0",
3506
- version: "21.2.5",
3515
+ version: "21.2.7",
3507
3516
  ngImport: i0,
3508
3517
  type: UrlHandlingStrategy,
3509
3518
  deps: [],
@@ -3511,7 +3520,7 @@ class UrlHandlingStrategy {
3511
3520
  });
3512
3521
  static ɵprov = i0.ɵɵngDeclareInjectable({
3513
3522
  minVersion: "12.0.0",
3514
- version: "21.2.5",
3523
+ version: "21.2.7",
3515
3524
  ngImport: i0,
3516
3525
  type: UrlHandlingStrategy,
3517
3526
  providedIn: 'root',
@@ -3520,7 +3529,7 @@ class UrlHandlingStrategy {
3520
3529
  }
3521
3530
  i0.ɵɵngDeclareClassMetadata({
3522
3531
  minVersion: "12.0.0",
3523
- version: "21.2.5",
3532
+ version: "21.2.7",
3524
3533
  ngImport: i0,
3525
3534
  type: UrlHandlingStrategy,
3526
3535
  decorators: [{
@@ -3543,7 +3552,7 @@ class DefaultUrlHandlingStrategy {
3543
3552
  }
3544
3553
  static ɵfac = i0.ɵɵngDeclareFactory({
3545
3554
  minVersion: "12.0.0",
3546
- version: "21.2.5",
3555
+ version: "21.2.7",
3547
3556
  ngImport: i0,
3548
3557
  type: DefaultUrlHandlingStrategy,
3549
3558
  deps: [],
@@ -3551,7 +3560,7 @@ class DefaultUrlHandlingStrategy {
3551
3560
  });
3552
3561
  static ɵprov = i0.ɵɵngDeclareInjectable({
3553
3562
  minVersion: "12.0.0",
3554
- version: "21.2.5",
3563
+ version: "21.2.7",
3555
3564
  ngImport: i0,
3556
3565
  type: DefaultUrlHandlingStrategy,
3557
3566
  providedIn: 'root'
@@ -3559,7 +3568,7 @@ class DefaultUrlHandlingStrategy {
3559
3568
  }
3560
3569
  i0.ɵɵngDeclareClassMetadata({
3561
3570
  minVersion: "12.0.0",
3562
- version: "21.2.5",
3571
+ version: "21.2.7",
3563
3572
  ngImport: i0,
3564
3573
  type: DefaultUrlHandlingStrategy,
3565
3574
  decorators: [{
@@ -3958,7 +3967,7 @@ class NavigationTransitions {
3958
3967
  }
3959
3968
  static ɵfac = i0.ɵɵngDeclareFactory({
3960
3969
  minVersion: "12.0.0",
3961
- version: "21.2.5",
3970
+ version: "21.2.7",
3962
3971
  ngImport: i0,
3963
3972
  type: NavigationTransitions,
3964
3973
  deps: [],
@@ -3966,7 +3975,7 @@ class NavigationTransitions {
3966
3975
  });
3967
3976
  static ɵprov = i0.ɵɵngDeclareInjectable({
3968
3977
  minVersion: "12.0.0",
3969
- version: "21.2.5",
3978
+ version: "21.2.7",
3970
3979
  ngImport: i0,
3971
3980
  type: NavigationTransitions,
3972
3981
  providedIn: 'root'
@@ -3974,7 +3983,7 @@ class NavigationTransitions {
3974
3983
  }
3975
3984
  i0.ɵɵngDeclareClassMetadata({
3976
3985
  minVersion: "12.0.0",
3977
- version: "21.2.5",
3986
+ version: "21.2.7",
3978
3987
  ngImport: i0,
3979
3988
  type: NavigationTransitions,
3980
3989
  decorators: [{
@@ -4047,7 +4056,7 @@ function destroyDetachedRouteHandle(handle) {
4047
4056
  class RouteReuseStrategy {
4048
4057
  static ɵfac = i0.ɵɵngDeclareFactory({
4049
4058
  minVersion: "12.0.0",
4050
- version: "21.2.5",
4059
+ version: "21.2.7",
4051
4060
  ngImport: i0,
4052
4061
  type: RouteReuseStrategy,
4053
4062
  deps: [],
@@ -4055,7 +4064,7 @@ class RouteReuseStrategy {
4055
4064
  });
4056
4065
  static ɵprov = i0.ɵɵngDeclareInjectable({
4057
4066
  minVersion: "12.0.0",
4058
- version: "21.2.5",
4067
+ version: "21.2.7",
4059
4068
  ngImport: i0,
4060
4069
  type: RouteReuseStrategy,
4061
4070
  providedIn: 'root',
@@ -4064,7 +4073,7 @@ class RouteReuseStrategy {
4064
4073
  }
4065
4074
  i0.ɵɵngDeclareClassMetadata({
4066
4075
  minVersion: "12.0.0",
4067
- version: "21.2.5",
4076
+ version: "21.2.7",
4068
4077
  ngImport: i0,
4069
4078
  type: RouteReuseStrategy,
4070
4079
  decorators: [{
@@ -4096,7 +4105,7 @@ class BaseRouteReuseStrategy {
4096
4105
  class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4097
4106
  static ɵfac = i0.ɵɵngDeclareFactory({
4098
4107
  minVersion: "12.0.0",
4099
- version: "21.2.5",
4108
+ version: "21.2.7",
4100
4109
  ngImport: i0,
4101
4110
  type: DefaultRouteReuseStrategy,
4102
4111
  deps: null,
@@ -4104,7 +4113,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4104
4113
  });
4105
4114
  static ɵprov = i0.ɵɵngDeclareInjectable({
4106
4115
  minVersion: "12.0.0",
4107
- version: "21.2.5",
4116
+ version: "21.2.7",
4108
4117
  ngImport: i0,
4109
4118
  type: DefaultRouteReuseStrategy,
4110
4119
  providedIn: 'root'
@@ -4112,7 +4121,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4112
4121
  }
4113
4122
  i0.ɵɵngDeclareClassMetadata({
4114
4123
  minVersion: "12.0.0",
4115
- version: "21.2.5",
4124
+ version: "21.2.7",
4116
4125
  ngImport: i0,
4117
4126
  type: DefaultRouteReuseStrategy,
4118
4127
  decorators: [{
@@ -4186,7 +4195,7 @@ class StateManager {
4186
4195
  }
4187
4196
  static ɵfac = i0.ɵɵngDeclareFactory({
4188
4197
  minVersion: "12.0.0",
4189
- version: "21.2.5",
4198
+ version: "21.2.7",
4190
4199
  ngImport: i0,
4191
4200
  type: StateManager,
4192
4201
  deps: [],
@@ -4194,7 +4203,7 @@ class StateManager {
4194
4203
  });
4195
4204
  static ɵprov = i0.ɵɵngDeclareInjectable({
4196
4205
  minVersion: "12.0.0",
4197
- version: "21.2.5",
4206
+ version: "21.2.7",
4198
4207
  ngImport: i0,
4199
4208
  type: StateManager,
4200
4209
  providedIn: 'root',
@@ -4203,7 +4212,7 @@ class StateManager {
4203
4212
  }
4204
4213
  i0.ɵɵngDeclareClassMetadata({
4205
4214
  minVersion: "12.0.0",
4206
- version: "21.2.5",
4215
+ version: "21.2.7",
4207
4216
  ngImport: i0,
4208
4217
  type: StateManager,
4209
4218
  decorators: [{
@@ -4322,7 +4331,7 @@ class HistoryStateManager extends StateManager {
4322
4331
  }
4323
4332
  static ɵfac = i0.ɵɵngDeclareFactory({
4324
4333
  minVersion: "12.0.0",
4325
- version: "21.2.5",
4334
+ version: "21.2.7",
4326
4335
  ngImport: i0,
4327
4336
  type: HistoryStateManager,
4328
4337
  deps: null,
@@ -4330,7 +4339,7 @@ class HistoryStateManager extends StateManager {
4330
4339
  });
4331
4340
  static ɵprov = i0.ɵɵngDeclareInjectable({
4332
4341
  minVersion: "12.0.0",
4333
- version: "21.2.5",
4342
+ version: "21.2.7",
4334
4343
  ngImport: i0,
4335
4344
  type: HistoryStateManager,
4336
4345
  providedIn: 'root'
@@ -4338,7 +4347,7 @@ class HistoryStateManager extends StateManager {
4338
4347
  }
4339
4348
  i0.ɵɵngDeclareClassMetadata({
4340
4349
  minVersion: "12.0.0",
4341
- version: "21.2.5",
4350
+ version: "21.2.7",
4342
4351
  ngImport: i0,
4343
4352
  type: HistoryStateManager,
4344
4353
  decorators: [{
@@ -4641,7 +4650,7 @@ class Router {
4641
4650
  }
4642
4651
  static ɵfac = i0.ɵɵngDeclareFactory({
4643
4652
  minVersion: "12.0.0",
4644
- version: "21.2.5",
4653
+ version: "21.2.7",
4645
4654
  ngImport: i0,
4646
4655
  type: Router,
4647
4656
  deps: [],
@@ -4649,7 +4658,7 @@ class Router {
4649
4658
  });
4650
4659
  static ɵprov = i0.ɵɵngDeclareInjectable({
4651
4660
  minVersion: "12.0.0",
4652
- version: "21.2.5",
4661
+ version: "21.2.7",
4653
4662
  ngImport: i0,
4654
4663
  type: Router,
4655
4664
  providedIn: 'root'
@@ -4657,7 +4666,7 @@ class Router {
4657
4666
  }
4658
4667
  i0.ɵɵngDeclareClassMetadata({
4659
4668
  minVersion: "12.0.0",
4660
- version: "21.2.5",
4669
+ version: "21.2.7",
4661
4670
  ngImport: i0,
4662
4671
  type: Router,
4663
4672
  decorators: [{