@angular/router 21.2.0 → 21.2.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.
- package/fesm2022/_router-chunk.mjs +49 -49
- package/fesm2022/_router_module-chunk.mjs +35 -31
- package/fesm2022/_router_module-chunk.mjs.map +1 -1
- package/fesm2022/router.mjs +2 -2
- package/fesm2022/router.mjs.map +1 -1
- package/fesm2022/testing.mjs +11 -11
- package/fesm2022/upgrade.mjs +1 -1
- package/package.json +4 -4
- package/types/_router_module-chunk.d.ts +1 -1
- package/types/router.d.ts +1 -1
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.
|
|
2
|
+
* @license Angular v21.2.1
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -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.
|
|
330
|
+
version: "21.2.1",
|
|
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.
|
|
338
|
+
version: "21.2.1",
|
|
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.
|
|
347
|
+
version: "21.2.1",
|
|
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.
|
|
1304
|
+
version: "21.2.1",
|
|
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.
|
|
1314
|
+
version: "21.2.1",
|
|
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.
|
|
1322
|
+
version: "21.2.1",
|
|
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.
|
|
1779
|
+
version: "21.2.1",
|
|
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.
|
|
1787
|
+
version: "21.2.1",
|
|
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.
|
|
1820
|
+
version: "21.2.1",
|
|
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.
|
|
1929
|
+
version: "21.2.1",
|
|
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.
|
|
1937
|
+
version: "21.2.1",
|
|
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.
|
|
1944
|
+
version: "21.2.1",
|
|
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.
|
|
1955
|
+
version: "21.2.1",
|
|
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.
|
|
1963
|
+
version: "21.2.1",
|
|
1964
1964
|
type: ɵEmptyOutletComponent,
|
|
1965
1965
|
isStandalone: true,
|
|
1966
1966
|
selector: "ng-component",
|
|
@@ -1980,7 +1980,7 @@ class ɵEmptyOutletComponent {
|
|
|
1980
1980
|
}
|
|
1981
1981
|
i0.ɵɵngDeclareClassMetadata({
|
|
1982
1982
|
minVersion: "12.0.0",
|
|
1983
|
-
version: "21.2.
|
|
1983
|
+
version: "21.2.1",
|
|
1984
1984
|
ngImport: i0,
|
|
1985
1985
|
type: ɵEmptyOutletComponent,
|
|
1986
1986
|
decorators: [{
|
|
@@ -3283,7 +3283,7 @@ class TitleStrategy {
|
|
|
3283
3283
|
}
|
|
3284
3284
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3285
3285
|
minVersion: "12.0.0",
|
|
3286
|
-
version: "21.2.
|
|
3286
|
+
version: "21.2.1",
|
|
3287
3287
|
ngImport: i0,
|
|
3288
3288
|
type: TitleStrategy,
|
|
3289
3289
|
deps: [],
|
|
@@ -3291,7 +3291,7 @@ class TitleStrategy {
|
|
|
3291
3291
|
});
|
|
3292
3292
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3293
3293
|
minVersion: "12.0.0",
|
|
3294
|
-
version: "21.2.
|
|
3294
|
+
version: "21.2.1",
|
|
3295
3295
|
ngImport: i0,
|
|
3296
3296
|
type: TitleStrategy,
|
|
3297
3297
|
providedIn: 'root',
|
|
@@ -3300,7 +3300,7 @@ class TitleStrategy {
|
|
|
3300
3300
|
}
|
|
3301
3301
|
i0.ɵɵngDeclareClassMetadata({
|
|
3302
3302
|
minVersion: "12.0.0",
|
|
3303
|
-
version: "21.2.
|
|
3303
|
+
version: "21.2.1",
|
|
3304
3304
|
ngImport: i0,
|
|
3305
3305
|
type: TitleStrategy,
|
|
3306
3306
|
decorators: [{
|
|
@@ -3325,7 +3325,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3325
3325
|
}
|
|
3326
3326
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3327
3327
|
minVersion: "12.0.0",
|
|
3328
|
-
version: "21.2.
|
|
3328
|
+
version: "21.2.1",
|
|
3329
3329
|
ngImport: i0,
|
|
3330
3330
|
type: DefaultTitleStrategy,
|
|
3331
3331
|
deps: [{
|
|
@@ -3335,7 +3335,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3335
3335
|
});
|
|
3336
3336
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3337
3337
|
minVersion: "12.0.0",
|
|
3338
|
-
version: "21.2.
|
|
3338
|
+
version: "21.2.1",
|
|
3339
3339
|
ngImport: i0,
|
|
3340
3340
|
type: DefaultTitleStrategy,
|
|
3341
3341
|
providedIn: 'root'
|
|
@@ -3343,7 +3343,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3343
3343
|
}
|
|
3344
3344
|
i0.ɵɵngDeclareClassMetadata({
|
|
3345
3345
|
minVersion: "12.0.0",
|
|
3346
|
-
version: "21.2.
|
|
3346
|
+
version: "21.2.1",
|
|
3347
3347
|
ngImport: i0,
|
|
3348
3348
|
type: DefaultTitleStrategy,
|
|
3349
3349
|
decorators: [{
|
|
@@ -3422,7 +3422,7 @@ class RouterConfigLoader {
|
|
|
3422
3422
|
}
|
|
3423
3423
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3424
3424
|
minVersion: "12.0.0",
|
|
3425
|
-
version: "21.2.
|
|
3425
|
+
version: "21.2.1",
|
|
3426
3426
|
ngImport: i0,
|
|
3427
3427
|
type: RouterConfigLoader,
|
|
3428
3428
|
deps: [],
|
|
@@ -3430,7 +3430,7 @@ class RouterConfigLoader {
|
|
|
3430
3430
|
});
|
|
3431
3431
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3432
3432
|
minVersion: "12.0.0",
|
|
3433
|
-
version: "21.2.
|
|
3433
|
+
version: "21.2.1",
|
|
3434
3434
|
ngImport: i0,
|
|
3435
3435
|
type: RouterConfigLoader,
|
|
3436
3436
|
providedIn: 'root'
|
|
@@ -3438,7 +3438,7 @@ class RouterConfigLoader {
|
|
|
3438
3438
|
}
|
|
3439
3439
|
i0.ɵɵngDeclareClassMetadata({
|
|
3440
3440
|
minVersion: "12.0.0",
|
|
3441
|
-
version: "21.2.
|
|
3441
|
+
version: "21.2.1",
|
|
3442
3442
|
ngImport: i0,
|
|
3443
3443
|
type: RouterConfigLoader,
|
|
3444
3444
|
decorators: [{
|
|
@@ -3503,7 +3503,7 @@ async function maybeResolveResources(value) {
|
|
|
3503
3503
|
class UrlHandlingStrategy {
|
|
3504
3504
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3505
3505
|
minVersion: "12.0.0",
|
|
3506
|
-
version: "21.2.
|
|
3506
|
+
version: "21.2.1",
|
|
3507
3507
|
ngImport: i0,
|
|
3508
3508
|
type: UrlHandlingStrategy,
|
|
3509
3509
|
deps: [],
|
|
@@ -3511,7 +3511,7 @@ class UrlHandlingStrategy {
|
|
|
3511
3511
|
});
|
|
3512
3512
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3513
3513
|
minVersion: "12.0.0",
|
|
3514
|
-
version: "21.2.
|
|
3514
|
+
version: "21.2.1",
|
|
3515
3515
|
ngImport: i0,
|
|
3516
3516
|
type: UrlHandlingStrategy,
|
|
3517
3517
|
providedIn: 'root',
|
|
@@ -3520,7 +3520,7 @@ class UrlHandlingStrategy {
|
|
|
3520
3520
|
}
|
|
3521
3521
|
i0.ɵɵngDeclareClassMetadata({
|
|
3522
3522
|
minVersion: "12.0.0",
|
|
3523
|
-
version: "21.2.
|
|
3523
|
+
version: "21.2.1",
|
|
3524
3524
|
ngImport: i0,
|
|
3525
3525
|
type: UrlHandlingStrategy,
|
|
3526
3526
|
decorators: [{
|
|
@@ -3543,7 +3543,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3543
3543
|
}
|
|
3544
3544
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3545
3545
|
minVersion: "12.0.0",
|
|
3546
|
-
version: "21.2.
|
|
3546
|
+
version: "21.2.1",
|
|
3547
3547
|
ngImport: i0,
|
|
3548
3548
|
type: DefaultUrlHandlingStrategy,
|
|
3549
3549
|
deps: [],
|
|
@@ -3551,7 +3551,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3551
3551
|
});
|
|
3552
3552
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3553
3553
|
minVersion: "12.0.0",
|
|
3554
|
-
version: "21.2.
|
|
3554
|
+
version: "21.2.1",
|
|
3555
3555
|
ngImport: i0,
|
|
3556
3556
|
type: DefaultUrlHandlingStrategy,
|
|
3557
3557
|
providedIn: 'root'
|
|
@@ -3559,7 +3559,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3559
3559
|
}
|
|
3560
3560
|
i0.ɵɵngDeclareClassMetadata({
|
|
3561
3561
|
minVersion: "12.0.0",
|
|
3562
|
-
version: "21.2.
|
|
3562
|
+
version: "21.2.1",
|
|
3563
3563
|
ngImport: i0,
|
|
3564
3564
|
type: DefaultUrlHandlingStrategy,
|
|
3565
3565
|
decorators: [{
|
|
@@ -3958,7 +3958,7 @@ class NavigationTransitions {
|
|
|
3958
3958
|
}
|
|
3959
3959
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3960
3960
|
minVersion: "12.0.0",
|
|
3961
|
-
version: "21.2.
|
|
3961
|
+
version: "21.2.1",
|
|
3962
3962
|
ngImport: i0,
|
|
3963
3963
|
type: NavigationTransitions,
|
|
3964
3964
|
deps: [],
|
|
@@ -3966,7 +3966,7 @@ class NavigationTransitions {
|
|
|
3966
3966
|
});
|
|
3967
3967
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3968
3968
|
minVersion: "12.0.0",
|
|
3969
|
-
version: "21.2.
|
|
3969
|
+
version: "21.2.1",
|
|
3970
3970
|
ngImport: i0,
|
|
3971
3971
|
type: NavigationTransitions,
|
|
3972
3972
|
providedIn: 'root'
|
|
@@ -3974,7 +3974,7 @@ class NavigationTransitions {
|
|
|
3974
3974
|
}
|
|
3975
3975
|
i0.ɵɵngDeclareClassMetadata({
|
|
3976
3976
|
minVersion: "12.0.0",
|
|
3977
|
-
version: "21.2.
|
|
3977
|
+
version: "21.2.1",
|
|
3978
3978
|
ngImport: i0,
|
|
3979
3979
|
type: NavigationTransitions,
|
|
3980
3980
|
decorators: [{
|
|
@@ -4047,7 +4047,7 @@ function destroyDetachedRouteHandle(handle) {
|
|
|
4047
4047
|
class RouteReuseStrategy {
|
|
4048
4048
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4049
4049
|
minVersion: "12.0.0",
|
|
4050
|
-
version: "21.2.
|
|
4050
|
+
version: "21.2.1",
|
|
4051
4051
|
ngImport: i0,
|
|
4052
4052
|
type: RouteReuseStrategy,
|
|
4053
4053
|
deps: [],
|
|
@@ -4055,7 +4055,7 @@ class RouteReuseStrategy {
|
|
|
4055
4055
|
});
|
|
4056
4056
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4057
4057
|
minVersion: "12.0.0",
|
|
4058
|
-
version: "21.2.
|
|
4058
|
+
version: "21.2.1",
|
|
4059
4059
|
ngImport: i0,
|
|
4060
4060
|
type: RouteReuseStrategy,
|
|
4061
4061
|
providedIn: 'root',
|
|
@@ -4064,7 +4064,7 @@ class RouteReuseStrategy {
|
|
|
4064
4064
|
}
|
|
4065
4065
|
i0.ɵɵngDeclareClassMetadata({
|
|
4066
4066
|
minVersion: "12.0.0",
|
|
4067
|
-
version: "21.2.
|
|
4067
|
+
version: "21.2.1",
|
|
4068
4068
|
ngImport: i0,
|
|
4069
4069
|
type: RouteReuseStrategy,
|
|
4070
4070
|
decorators: [{
|
|
@@ -4096,7 +4096,7 @@ class BaseRouteReuseStrategy {
|
|
|
4096
4096
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4097
4097
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4098
4098
|
minVersion: "12.0.0",
|
|
4099
|
-
version: "21.2.
|
|
4099
|
+
version: "21.2.1",
|
|
4100
4100
|
ngImport: i0,
|
|
4101
4101
|
type: DefaultRouteReuseStrategy,
|
|
4102
4102
|
deps: null,
|
|
@@ -4104,7 +4104,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4104
4104
|
});
|
|
4105
4105
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4106
4106
|
minVersion: "12.0.0",
|
|
4107
|
-
version: "21.2.
|
|
4107
|
+
version: "21.2.1",
|
|
4108
4108
|
ngImport: i0,
|
|
4109
4109
|
type: DefaultRouteReuseStrategy,
|
|
4110
4110
|
providedIn: 'root'
|
|
@@ -4112,7 +4112,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4112
4112
|
}
|
|
4113
4113
|
i0.ɵɵngDeclareClassMetadata({
|
|
4114
4114
|
minVersion: "12.0.0",
|
|
4115
|
-
version: "21.2.
|
|
4115
|
+
version: "21.2.1",
|
|
4116
4116
|
ngImport: i0,
|
|
4117
4117
|
type: DefaultRouteReuseStrategy,
|
|
4118
4118
|
decorators: [{
|
|
@@ -4186,7 +4186,7 @@ class StateManager {
|
|
|
4186
4186
|
}
|
|
4187
4187
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4188
4188
|
minVersion: "12.0.0",
|
|
4189
|
-
version: "21.2.
|
|
4189
|
+
version: "21.2.1",
|
|
4190
4190
|
ngImport: i0,
|
|
4191
4191
|
type: StateManager,
|
|
4192
4192
|
deps: [],
|
|
@@ -4194,7 +4194,7 @@ class StateManager {
|
|
|
4194
4194
|
});
|
|
4195
4195
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4196
4196
|
minVersion: "12.0.0",
|
|
4197
|
-
version: "21.2.
|
|
4197
|
+
version: "21.2.1",
|
|
4198
4198
|
ngImport: i0,
|
|
4199
4199
|
type: StateManager,
|
|
4200
4200
|
providedIn: 'root',
|
|
@@ -4203,7 +4203,7 @@ class StateManager {
|
|
|
4203
4203
|
}
|
|
4204
4204
|
i0.ɵɵngDeclareClassMetadata({
|
|
4205
4205
|
minVersion: "12.0.0",
|
|
4206
|
-
version: "21.2.
|
|
4206
|
+
version: "21.2.1",
|
|
4207
4207
|
ngImport: i0,
|
|
4208
4208
|
type: StateManager,
|
|
4209
4209
|
decorators: [{
|
|
@@ -4322,7 +4322,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4322
4322
|
}
|
|
4323
4323
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4324
4324
|
minVersion: "12.0.0",
|
|
4325
|
-
version: "21.2.
|
|
4325
|
+
version: "21.2.1",
|
|
4326
4326
|
ngImport: i0,
|
|
4327
4327
|
type: HistoryStateManager,
|
|
4328
4328
|
deps: null,
|
|
@@ -4330,7 +4330,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4330
4330
|
});
|
|
4331
4331
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4332
4332
|
minVersion: "12.0.0",
|
|
4333
|
-
version: "21.2.
|
|
4333
|
+
version: "21.2.1",
|
|
4334
4334
|
ngImport: i0,
|
|
4335
4335
|
type: HistoryStateManager,
|
|
4336
4336
|
providedIn: 'root'
|
|
@@ -4338,7 +4338,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4338
4338
|
}
|
|
4339
4339
|
i0.ɵɵngDeclareClassMetadata({
|
|
4340
4340
|
minVersion: "12.0.0",
|
|
4341
|
-
version: "21.2.
|
|
4341
|
+
version: "21.2.1",
|
|
4342
4342
|
ngImport: i0,
|
|
4343
4343
|
type: HistoryStateManager,
|
|
4344
4344
|
decorators: [{
|
|
@@ -4641,7 +4641,7 @@ class Router {
|
|
|
4641
4641
|
}
|
|
4642
4642
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4643
4643
|
minVersion: "12.0.0",
|
|
4644
|
-
version: "21.2.
|
|
4644
|
+
version: "21.2.1",
|
|
4645
4645
|
ngImport: i0,
|
|
4646
4646
|
type: Router,
|
|
4647
4647
|
deps: [],
|
|
@@ -4649,7 +4649,7 @@ class Router {
|
|
|
4649
4649
|
});
|
|
4650
4650
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4651
4651
|
minVersion: "12.0.0",
|
|
4652
|
-
version: "21.2.
|
|
4652
|
+
version: "21.2.1",
|
|
4653
4653
|
ngImport: i0,
|
|
4654
4654
|
type: Router,
|
|
4655
4655
|
providedIn: 'root'
|
|
@@ -4657,7 +4657,7 @@ class Router {
|
|
|
4657
4657
|
}
|
|
4658
4658
|
i0.ɵɵngDeclareClassMetadata({
|
|
4659
4659
|
minVersion: "12.0.0",
|
|
4660
|
-
version: "21.2.
|
|
4660
|
+
version: "21.2.1",
|
|
4661
4661
|
ngImport: i0,
|
|
4662
4662
|
type: Router,
|
|
4663
4663
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.
|
|
2
|
+
* @license Angular v21.2.1
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -45,7 +45,7 @@ class ReactiveRouterState {
|
|
|
45
45
|
}
|
|
46
46
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
47
47
|
minVersion: "12.0.0",
|
|
48
|
-
version: "21.2.
|
|
48
|
+
version: "21.2.1",
|
|
49
49
|
ngImport: i0,
|
|
50
50
|
type: ReactiveRouterState,
|
|
51
51
|
deps: [],
|
|
@@ -53,7 +53,7 @@ class ReactiveRouterState {
|
|
|
53
53
|
});
|
|
54
54
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
55
55
|
minVersion: "12.0.0",
|
|
56
|
-
version: "21.2.
|
|
56
|
+
version: "21.2.1",
|
|
57
57
|
ngImport: i0,
|
|
58
58
|
type: ReactiveRouterState,
|
|
59
59
|
providedIn: 'root'
|
|
@@ -61,7 +61,7 @@ class ReactiveRouterState {
|
|
|
61
61
|
}
|
|
62
62
|
i0.ɵɵngDeclareClassMetadata({
|
|
63
63
|
minVersion: "12.0.0",
|
|
64
|
-
version: "21.2.
|
|
64
|
+
version: "21.2.1",
|
|
65
65
|
ngImport: i0,
|
|
66
66
|
type: ReactiveRouterState,
|
|
67
67
|
decorators: [{
|
|
@@ -314,7 +314,7 @@ class RouterLink {
|
|
|
314
314
|
}
|
|
315
315
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
316
316
|
minVersion: "12.0.0",
|
|
317
|
-
version: "21.2.
|
|
317
|
+
version: "21.2.1",
|
|
318
318
|
ngImport: i0,
|
|
319
319
|
type: RouterLink,
|
|
320
320
|
deps: [{
|
|
@@ -335,7 +335,7 @@ class RouterLink {
|
|
|
335
335
|
});
|
|
336
336
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
337
337
|
minVersion: "16.1.0",
|
|
338
|
-
version: "21.2.
|
|
338
|
+
version: "21.2.1",
|
|
339
339
|
type: RouterLink,
|
|
340
340
|
isStandalone: true,
|
|
341
341
|
selector: "[routerLink]",
|
|
@@ -367,7 +367,7 @@ class RouterLink {
|
|
|
367
367
|
}
|
|
368
368
|
i0.ɵɵngDeclareClassMetadata({
|
|
369
369
|
minVersion: "12.0.0",
|
|
370
|
-
version: "21.2.
|
|
370
|
+
version: "21.2.1",
|
|
371
371
|
ngImport: i0,
|
|
372
372
|
type: RouterLink,
|
|
373
373
|
decorators: [{
|
|
@@ -545,7 +545,7 @@ class RouterLinkActive {
|
|
|
545
545
|
}
|
|
546
546
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
547
547
|
minVersion: "12.0.0",
|
|
548
|
-
version: "21.2.
|
|
548
|
+
version: "21.2.1",
|
|
549
549
|
ngImport: i0,
|
|
550
550
|
type: RouterLinkActive,
|
|
551
551
|
deps: [{
|
|
@@ -561,7 +561,7 @@ class RouterLinkActive {
|
|
|
561
561
|
});
|
|
562
562
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
563
563
|
minVersion: "14.0.0",
|
|
564
|
-
version: "21.2.
|
|
564
|
+
version: "21.2.1",
|
|
565
565
|
type: RouterLinkActive,
|
|
566
566
|
isStandalone: true,
|
|
567
567
|
selector: "[routerLinkActive]",
|
|
@@ -585,7 +585,7 @@ class RouterLinkActive {
|
|
|
585
585
|
}
|
|
586
586
|
i0.ɵɵngDeclareClassMetadata({
|
|
587
587
|
minVersion: "12.0.0",
|
|
588
|
-
version: "21.2.
|
|
588
|
+
version: "21.2.1",
|
|
589
589
|
ngImport: i0,
|
|
590
590
|
type: RouterLinkActive,
|
|
591
591
|
decorators: [{
|
|
@@ -637,7 +637,7 @@ class PreloadAllModules {
|
|
|
637
637
|
}
|
|
638
638
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
639
639
|
minVersion: "12.0.0",
|
|
640
|
-
version: "21.2.
|
|
640
|
+
version: "21.2.1",
|
|
641
641
|
ngImport: i0,
|
|
642
642
|
type: PreloadAllModules,
|
|
643
643
|
deps: [],
|
|
@@ -645,7 +645,7 @@ class PreloadAllModules {
|
|
|
645
645
|
});
|
|
646
646
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
647
647
|
minVersion: "12.0.0",
|
|
648
|
-
version: "21.2.
|
|
648
|
+
version: "21.2.1",
|
|
649
649
|
ngImport: i0,
|
|
650
650
|
type: PreloadAllModules,
|
|
651
651
|
providedIn: 'root'
|
|
@@ -653,7 +653,7 @@ class PreloadAllModules {
|
|
|
653
653
|
}
|
|
654
654
|
i0.ɵɵngDeclareClassMetadata({
|
|
655
655
|
minVersion: "12.0.0",
|
|
656
|
-
version: "21.2.
|
|
656
|
+
version: "21.2.1",
|
|
657
657
|
ngImport: i0,
|
|
658
658
|
type: PreloadAllModules,
|
|
659
659
|
decorators: [{
|
|
@@ -669,7 +669,7 @@ class NoPreloading {
|
|
|
669
669
|
}
|
|
670
670
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
671
671
|
minVersion: "12.0.0",
|
|
672
|
-
version: "21.2.
|
|
672
|
+
version: "21.2.1",
|
|
673
673
|
ngImport: i0,
|
|
674
674
|
type: NoPreloading,
|
|
675
675
|
deps: [],
|
|
@@ -677,7 +677,7 @@ class NoPreloading {
|
|
|
677
677
|
});
|
|
678
678
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
679
679
|
minVersion: "12.0.0",
|
|
680
|
-
version: "21.2.
|
|
680
|
+
version: "21.2.1",
|
|
681
681
|
ngImport: i0,
|
|
682
682
|
type: NoPreloading,
|
|
683
683
|
providedIn: 'root'
|
|
@@ -685,7 +685,7 @@ class NoPreloading {
|
|
|
685
685
|
}
|
|
686
686
|
i0.ɵɵngDeclareClassMetadata({
|
|
687
687
|
minVersion: "12.0.0",
|
|
688
|
-
version: "21.2.
|
|
688
|
+
version: "21.2.1",
|
|
689
689
|
ngImport: i0,
|
|
690
690
|
type: NoPreloading,
|
|
691
691
|
decorators: [{
|
|
@@ -766,7 +766,7 @@ class RouterPreloader {
|
|
|
766
766
|
}
|
|
767
767
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
768
768
|
minVersion: "12.0.0",
|
|
769
|
-
version: "21.2.
|
|
769
|
+
version: "21.2.1",
|
|
770
770
|
ngImport: i0,
|
|
771
771
|
type: RouterPreloader,
|
|
772
772
|
deps: [{
|
|
@@ -782,7 +782,7 @@ class RouterPreloader {
|
|
|
782
782
|
});
|
|
783
783
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
784
784
|
minVersion: "12.0.0",
|
|
785
|
-
version: "21.2.
|
|
785
|
+
version: "21.2.1",
|
|
786
786
|
ngImport: i0,
|
|
787
787
|
type: RouterPreloader,
|
|
788
788
|
providedIn: 'root'
|
|
@@ -790,7 +790,7 @@ class RouterPreloader {
|
|
|
790
790
|
}
|
|
791
791
|
i0.ɵɵngDeclareClassMetadata({
|
|
792
792
|
minVersion: "12.0.0",
|
|
793
|
-
version: "21.2.
|
|
793
|
+
version: "21.2.1",
|
|
794
794
|
ngImport: i0,
|
|
795
795
|
type: RouterPreloader,
|
|
796
796
|
decorators: [{
|
|
@@ -892,7 +892,7 @@ class RouterScroller {
|
|
|
892
892
|
}
|
|
893
893
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
894
894
|
minVersion: "12.0.0",
|
|
895
|
-
version: "21.2.
|
|
895
|
+
version: "21.2.1",
|
|
896
896
|
ngImport: i0,
|
|
897
897
|
type: RouterScroller,
|
|
898
898
|
deps: "invalid",
|
|
@@ -900,14 +900,14 @@ class RouterScroller {
|
|
|
900
900
|
});
|
|
901
901
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
902
902
|
minVersion: "12.0.0",
|
|
903
|
-
version: "21.2.
|
|
903
|
+
version: "21.2.1",
|
|
904
904
|
ngImport: i0,
|
|
905
905
|
type: RouterScroller
|
|
906
906
|
});
|
|
907
907
|
}
|
|
908
908
|
i0.ɵɵngDeclareClassMetadata({
|
|
909
909
|
minVersion: "12.0.0",
|
|
910
|
-
version: "21.2.
|
|
910
|
+
version: "21.2.1",
|
|
911
911
|
ngImport: i0,
|
|
912
912
|
type: RouterScroller,
|
|
913
913
|
decorators: [{
|
|
@@ -1165,7 +1165,11 @@ class NavigationStateManager extends StateManager {
|
|
|
1165
1165
|
if (this.deferredCommitSupported(event)) {
|
|
1166
1166
|
const redirect = new Promise(resolve => {
|
|
1167
1167
|
interceptOptions.precommitHandler = controller => {
|
|
1168
|
-
|
|
1168
|
+
if (this.navigation.transition?.navigationType === 'traverse') {
|
|
1169
|
+
resolve(() => {});
|
|
1170
|
+
} else {
|
|
1171
|
+
resolve(controller.redirect.bind(controller));
|
|
1172
|
+
}
|
|
1169
1173
|
return precommitHandlerPromise;
|
|
1170
1174
|
};
|
|
1171
1175
|
});
|
|
@@ -1209,11 +1213,11 @@ class NavigationStateManager extends StateManager {
|
|
|
1209
1213
|
return new URL(routerDestination, eventDestination.origin).href === eventDestination.href;
|
|
1210
1214
|
}
|
|
1211
1215
|
deferredCommitSupported(event) {
|
|
1212
|
-
return this.precommitHandlerSupported && event.cancelable
|
|
1216
|
+
return this.precommitHandlerSupported && event.cancelable;
|
|
1213
1217
|
}
|
|
1214
1218
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1215
1219
|
minVersion: "12.0.0",
|
|
1216
|
-
version: "21.2.
|
|
1220
|
+
version: "21.2.1",
|
|
1217
1221
|
ngImport: i0,
|
|
1218
1222
|
type: NavigationStateManager,
|
|
1219
1223
|
deps: [],
|
|
@@ -1221,7 +1225,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1221
1225
|
});
|
|
1222
1226
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1223
1227
|
minVersion: "12.0.0",
|
|
1224
|
-
version: "21.2.
|
|
1228
|
+
version: "21.2.1",
|
|
1225
1229
|
ngImport: i0,
|
|
1226
1230
|
type: NavigationStateManager,
|
|
1227
1231
|
providedIn: 'root'
|
|
@@ -1229,7 +1233,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1229
1233
|
}
|
|
1230
1234
|
i0.ɵɵngDeclareClassMetadata({
|
|
1231
1235
|
minVersion: "12.0.0",
|
|
1232
|
-
version: "21.2.
|
|
1236
|
+
version: "21.2.1",
|
|
1233
1237
|
ngImport: i0,
|
|
1234
1238
|
type: NavigationStateManager,
|
|
1235
1239
|
decorators: [{
|
|
@@ -1528,7 +1532,7 @@ class RouterModule {
|
|
|
1528
1532
|
}
|
|
1529
1533
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1530
1534
|
minVersion: "12.0.0",
|
|
1531
|
-
version: "21.2.
|
|
1535
|
+
version: "21.2.1",
|
|
1532
1536
|
ngImport: i0,
|
|
1533
1537
|
type: RouterModule,
|
|
1534
1538
|
deps: [],
|
|
@@ -1536,7 +1540,7 @@ class RouterModule {
|
|
|
1536
1540
|
});
|
|
1537
1541
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1538
1542
|
minVersion: "14.0.0",
|
|
1539
|
-
version: "21.2.
|
|
1543
|
+
version: "21.2.1",
|
|
1540
1544
|
ngImport: i0,
|
|
1541
1545
|
type: RouterModule,
|
|
1542
1546
|
imports: [RouterOutlet, RouterLink, RouterLinkActive, _EmptyOutletComponent],
|
|
@@ -1544,14 +1548,14 @@ class RouterModule {
|
|
|
1544
1548
|
});
|
|
1545
1549
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1546
1550
|
minVersion: "12.0.0",
|
|
1547
|
-
version: "21.2.
|
|
1551
|
+
version: "21.2.1",
|
|
1548
1552
|
ngImport: i0,
|
|
1549
1553
|
type: RouterModule
|
|
1550
1554
|
});
|
|
1551
1555
|
}
|
|
1552
1556
|
i0.ɵɵngDeclareClassMetadata({
|
|
1553
1557
|
minVersion: "12.0.0",
|
|
1554
|
-
version: "21.2.
|
|
1558
|
+
version: "21.2.1",
|
|
1555
1559
|
ngImport: i0,
|
|
1556
1560
|
type: RouterModule,
|
|
1557
1561
|
decorators: [{
|