@angular/router 21.2.7 → 21.2.8
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 +29 -29
- 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.8
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
1964
1964
|
type: ɵEmptyOutletComponent,
|
|
1965
1965
|
isStandalone: true,
|
|
1966
1966
|
selector: "ng-component",
|
|
@@ -1981,7 +1981,7 @@ class ɵEmptyOutletComponent {
|
|
|
1981
1981
|
}
|
|
1982
1982
|
i0.ɵɵngDeclareClassMetadata({
|
|
1983
1983
|
minVersion: "12.0.0",
|
|
1984
|
-
version: "21.2.
|
|
1984
|
+
version: "21.2.8",
|
|
1985
1985
|
ngImport: i0,
|
|
1986
1986
|
type: ɵEmptyOutletComponent,
|
|
1987
1987
|
decorators: [{
|
|
@@ -3292,7 +3292,7 @@ class TitleStrategy {
|
|
|
3292
3292
|
}
|
|
3293
3293
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3294
3294
|
minVersion: "12.0.0",
|
|
3295
|
-
version: "21.2.
|
|
3295
|
+
version: "21.2.8",
|
|
3296
3296
|
ngImport: i0,
|
|
3297
3297
|
type: TitleStrategy,
|
|
3298
3298
|
deps: [],
|
|
@@ -3300,7 +3300,7 @@ class TitleStrategy {
|
|
|
3300
3300
|
});
|
|
3301
3301
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3302
3302
|
minVersion: "12.0.0",
|
|
3303
|
-
version: "21.2.
|
|
3303
|
+
version: "21.2.8",
|
|
3304
3304
|
ngImport: i0,
|
|
3305
3305
|
type: TitleStrategy,
|
|
3306
3306
|
providedIn: 'root',
|
|
@@ -3309,7 +3309,7 @@ class TitleStrategy {
|
|
|
3309
3309
|
}
|
|
3310
3310
|
i0.ɵɵngDeclareClassMetadata({
|
|
3311
3311
|
minVersion: "12.0.0",
|
|
3312
|
-
version: "21.2.
|
|
3312
|
+
version: "21.2.8",
|
|
3313
3313
|
ngImport: i0,
|
|
3314
3314
|
type: TitleStrategy,
|
|
3315
3315
|
decorators: [{
|
|
@@ -3334,7 +3334,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3334
3334
|
}
|
|
3335
3335
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3336
3336
|
minVersion: "12.0.0",
|
|
3337
|
-
version: "21.2.
|
|
3337
|
+
version: "21.2.8",
|
|
3338
3338
|
ngImport: i0,
|
|
3339
3339
|
type: DefaultTitleStrategy,
|
|
3340
3340
|
deps: [{
|
|
@@ -3344,7 +3344,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3344
3344
|
});
|
|
3345
3345
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3346
3346
|
minVersion: "12.0.0",
|
|
3347
|
-
version: "21.2.
|
|
3347
|
+
version: "21.2.8",
|
|
3348
3348
|
ngImport: i0,
|
|
3349
3349
|
type: DefaultTitleStrategy,
|
|
3350
3350
|
providedIn: 'root'
|
|
@@ -3352,7 +3352,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3352
3352
|
}
|
|
3353
3353
|
i0.ɵɵngDeclareClassMetadata({
|
|
3354
3354
|
minVersion: "12.0.0",
|
|
3355
|
-
version: "21.2.
|
|
3355
|
+
version: "21.2.8",
|
|
3356
3356
|
ngImport: i0,
|
|
3357
3357
|
type: DefaultTitleStrategy,
|
|
3358
3358
|
decorators: [{
|
|
@@ -3431,7 +3431,7 @@ class RouterConfigLoader {
|
|
|
3431
3431
|
}
|
|
3432
3432
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3433
3433
|
minVersion: "12.0.0",
|
|
3434
|
-
version: "21.2.
|
|
3434
|
+
version: "21.2.8",
|
|
3435
3435
|
ngImport: i0,
|
|
3436
3436
|
type: RouterConfigLoader,
|
|
3437
3437
|
deps: [],
|
|
@@ -3439,7 +3439,7 @@ class RouterConfigLoader {
|
|
|
3439
3439
|
});
|
|
3440
3440
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3441
3441
|
minVersion: "12.0.0",
|
|
3442
|
-
version: "21.2.
|
|
3442
|
+
version: "21.2.8",
|
|
3443
3443
|
ngImport: i0,
|
|
3444
3444
|
type: RouterConfigLoader,
|
|
3445
3445
|
providedIn: 'root'
|
|
@@ -3447,7 +3447,7 @@ class RouterConfigLoader {
|
|
|
3447
3447
|
}
|
|
3448
3448
|
i0.ɵɵngDeclareClassMetadata({
|
|
3449
3449
|
minVersion: "12.0.0",
|
|
3450
|
-
version: "21.2.
|
|
3450
|
+
version: "21.2.8",
|
|
3451
3451
|
ngImport: i0,
|
|
3452
3452
|
type: RouterConfigLoader,
|
|
3453
3453
|
decorators: [{
|
|
@@ -3512,7 +3512,7 @@ async function maybeResolveResources(value) {
|
|
|
3512
3512
|
class UrlHandlingStrategy {
|
|
3513
3513
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3514
3514
|
minVersion: "12.0.0",
|
|
3515
|
-
version: "21.2.
|
|
3515
|
+
version: "21.2.8",
|
|
3516
3516
|
ngImport: i0,
|
|
3517
3517
|
type: UrlHandlingStrategy,
|
|
3518
3518
|
deps: [],
|
|
@@ -3520,7 +3520,7 @@ class UrlHandlingStrategy {
|
|
|
3520
3520
|
});
|
|
3521
3521
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3522
3522
|
minVersion: "12.0.0",
|
|
3523
|
-
version: "21.2.
|
|
3523
|
+
version: "21.2.8",
|
|
3524
3524
|
ngImport: i0,
|
|
3525
3525
|
type: UrlHandlingStrategy,
|
|
3526
3526
|
providedIn: 'root',
|
|
@@ -3529,7 +3529,7 @@ class UrlHandlingStrategy {
|
|
|
3529
3529
|
}
|
|
3530
3530
|
i0.ɵɵngDeclareClassMetadata({
|
|
3531
3531
|
minVersion: "12.0.0",
|
|
3532
|
-
version: "21.2.
|
|
3532
|
+
version: "21.2.8",
|
|
3533
3533
|
ngImport: i0,
|
|
3534
3534
|
type: UrlHandlingStrategy,
|
|
3535
3535
|
decorators: [{
|
|
@@ -3552,7 +3552,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3552
3552
|
}
|
|
3553
3553
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3554
3554
|
minVersion: "12.0.0",
|
|
3555
|
-
version: "21.2.
|
|
3555
|
+
version: "21.2.8",
|
|
3556
3556
|
ngImport: i0,
|
|
3557
3557
|
type: DefaultUrlHandlingStrategy,
|
|
3558
3558
|
deps: [],
|
|
@@ -3560,7 +3560,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3560
3560
|
});
|
|
3561
3561
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3562
3562
|
minVersion: "12.0.0",
|
|
3563
|
-
version: "21.2.
|
|
3563
|
+
version: "21.2.8",
|
|
3564
3564
|
ngImport: i0,
|
|
3565
3565
|
type: DefaultUrlHandlingStrategy,
|
|
3566
3566
|
providedIn: 'root'
|
|
@@ -3568,7 +3568,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3568
3568
|
}
|
|
3569
3569
|
i0.ɵɵngDeclareClassMetadata({
|
|
3570
3570
|
minVersion: "12.0.0",
|
|
3571
|
-
version: "21.2.
|
|
3571
|
+
version: "21.2.8",
|
|
3572
3572
|
ngImport: i0,
|
|
3573
3573
|
type: DefaultUrlHandlingStrategy,
|
|
3574
3574
|
decorators: [{
|
|
@@ -3967,7 +3967,7 @@ class NavigationTransitions {
|
|
|
3967
3967
|
}
|
|
3968
3968
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3969
3969
|
minVersion: "12.0.0",
|
|
3970
|
-
version: "21.2.
|
|
3970
|
+
version: "21.2.8",
|
|
3971
3971
|
ngImport: i0,
|
|
3972
3972
|
type: NavigationTransitions,
|
|
3973
3973
|
deps: [],
|
|
@@ -3975,7 +3975,7 @@ class NavigationTransitions {
|
|
|
3975
3975
|
});
|
|
3976
3976
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3977
3977
|
minVersion: "12.0.0",
|
|
3978
|
-
version: "21.2.
|
|
3978
|
+
version: "21.2.8",
|
|
3979
3979
|
ngImport: i0,
|
|
3980
3980
|
type: NavigationTransitions,
|
|
3981
3981
|
providedIn: 'root'
|
|
@@ -3983,7 +3983,7 @@ class NavigationTransitions {
|
|
|
3983
3983
|
}
|
|
3984
3984
|
i0.ɵɵngDeclareClassMetadata({
|
|
3985
3985
|
minVersion: "12.0.0",
|
|
3986
|
-
version: "21.2.
|
|
3986
|
+
version: "21.2.8",
|
|
3987
3987
|
ngImport: i0,
|
|
3988
3988
|
type: NavigationTransitions,
|
|
3989
3989
|
decorators: [{
|
|
@@ -4056,7 +4056,7 @@ function destroyDetachedRouteHandle(handle) {
|
|
|
4056
4056
|
class RouteReuseStrategy {
|
|
4057
4057
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4058
4058
|
minVersion: "12.0.0",
|
|
4059
|
-
version: "21.2.
|
|
4059
|
+
version: "21.2.8",
|
|
4060
4060
|
ngImport: i0,
|
|
4061
4061
|
type: RouteReuseStrategy,
|
|
4062
4062
|
deps: [],
|
|
@@ -4064,7 +4064,7 @@ class RouteReuseStrategy {
|
|
|
4064
4064
|
});
|
|
4065
4065
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4066
4066
|
minVersion: "12.0.0",
|
|
4067
|
-
version: "21.2.
|
|
4067
|
+
version: "21.2.8",
|
|
4068
4068
|
ngImport: i0,
|
|
4069
4069
|
type: RouteReuseStrategy,
|
|
4070
4070
|
providedIn: 'root',
|
|
@@ -4073,7 +4073,7 @@ class RouteReuseStrategy {
|
|
|
4073
4073
|
}
|
|
4074
4074
|
i0.ɵɵngDeclareClassMetadata({
|
|
4075
4075
|
minVersion: "12.0.0",
|
|
4076
|
-
version: "21.2.
|
|
4076
|
+
version: "21.2.8",
|
|
4077
4077
|
ngImport: i0,
|
|
4078
4078
|
type: RouteReuseStrategy,
|
|
4079
4079
|
decorators: [{
|
|
@@ -4105,7 +4105,7 @@ class BaseRouteReuseStrategy {
|
|
|
4105
4105
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4106
4106
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4107
4107
|
minVersion: "12.0.0",
|
|
4108
|
-
version: "21.2.
|
|
4108
|
+
version: "21.2.8",
|
|
4109
4109
|
ngImport: i0,
|
|
4110
4110
|
type: DefaultRouteReuseStrategy,
|
|
4111
4111
|
deps: null,
|
|
@@ -4113,7 +4113,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4113
4113
|
});
|
|
4114
4114
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4115
4115
|
minVersion: "12.0.0",
|
|
4116
|
-
version: "21.2.
|
|
4116
|
+
version: "21.2.8",
|
|
4117
4117
|
ngImport: i0,
|
|
4118
4118
|
type: DefaultRouteReuseStrategy,
|
|
4119
4119
|
providedIn: 'root'
|
|
@@ -4121,7 +4121,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4121
4121
|
}
|
|
4122
4122
|
i0.ɵɵngDeclareClassMetadata({
|
|
4123
4123
|
minVersion: "12.0.0",
|
|
4124
|
-
version: "21.2.
|
|
4124
|
+
version: "21.2.8",
|
|
4125
4125
|
ngImport: i0,
|
|
4126
4126
|
type: DefaultRouteReuseStrategy,
|
|
4127
4127
|
decorators: [{
|
|
@@ -4195,7 +4195,7 @@ class StateManager {
|
|
|
4195
4195
|
}
|
|
4196
4196
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4197
4197
|
minVersion: "12.0.0",
|
|
4198
|
-
version: "21.2.
|
|
4198
|
+
version: "21.2.8",
|
|
4199
4199
|
ngImport: i0,
|
|
4200
4200
|
type: StateManager,
|
|
4201
4201
|
deps: [],
|
|
@@ -4203,7 +4203,7 @@ class StateManager {
|
|
|
4203
4203
|
});
|
|
4204
4204
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4205
4205
|
minVersion: "12.0.0",
|
|
4206
|
-
version: "21.2.
|
|
4206
|
+
version: "21.2.8",
|
|
4207
4207
|
ngImport: i0,
|
|
4208
4208
|
type: StateManager,
|
|
4209
4209
|
providedIn: 'root',
|
|
@@ -4212,7 +4212,7 @@ class StateManager {
|
|
|
4212
4212
|
}
|
|
4213
4213
|
i0.ɵɵngDeclareClassMetadata({
|
|
4214
4214
|
minVersion: "12.0.0",
|
|
4215
|
-
version: "21.2.
|
|
4215
|
+
version: "21.2.8",
|
|
4216
4216
|
ngImport: i0,
|
|
4217
4217
|
type: StateManager,
|
|
4218
4218
|
decorators: [{
|
|
@@ -4331,7 +4331,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4331
4331
|
}
|
|
4332
4332
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4333
4333
|
minVersion: "12.0.0",
|
|
4334
|
-
version: "21.2.
|
|
4334
|
+
version: "21.2.8",
|
|
4335
4335
|
ngImport: i0,
|
|
4336
4336
|
type: HistoryStateManager,
|
|
4337
4337
|
deps: null,
|
|
@@ -4339,7 +4339,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4339
4339
|
});
|
|
4340
4340
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4341
4341
|
minVersion: "12.0.0",
|
|
4342
|
-
version: "21.2.
|
|
4342
|
+
version: "21.2.8",
|
|
4343
4343
|
ngImport: i0,
|
|
4344
4344
|
type: HistoryStateManager,
|
|
4345
4345
|
providedIn: 'root'
|
|
@@ -4347,7 +4347,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4347
4347
|
}
|
|
4348
4348
|
i0.ɵɵngDeclareClassMetadata({
|
|
4349
4349
|
minVersion: "12.0.0",
|
|
4350
|
-
version: "21.2.
|
|
4350
|
+
version: "21.2.8",
|
|
4351
4351
|
ngImport: i0,
|
|
4352
4352
|
type: HistoryStateManager,
|
|
4353
4353
|
decorators: [{
|
|
@@ -4650,7 +4650,7 @@ class Router {
|
|
|
4650
4650
|
}
|
|
4651
4651
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4652
4652
|
minVersion: "12.0.0",
|
|
4653
|
-
version: "21.2.
|
|
4653
|
+
version: "21.2.8",
|
|
4654
4654
|
ngImport: i0,
|
|
4655
4655
|
type: Router,
|
|
4656
4656
|
deps: [],
|
|
@@ -4658,7 +4658,7 @@ class Router {
|
|
|
4658
4658
|
});
|
|
4659
4659
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4660
4660
|
minVersion: "12.0.0",
|
|
4661
|
-
version: "21.2.
|
|
4661
|
+
version: "21.2.8",
|
|
4662
4662
|
ngImport: i0,
|
|
4663
4663
|
type: Router,
|
|
4664
4664
|
providedIn: 'root'
|
|
@@ -4666,7 +4666,7 @@ class Router {
|
|
|
4666
4666
|
}
|
|
4667
4667
|
i0.ɵɵngDeclareClassMetadata({
|
|
4668
4668
|
minVersion: "12.0.0",
|
|
4669
|
-
version: "21.2.
|
|
4669
|
+
version: "21.2.8",
|
|
4670
4670
|
ngImport: i0,
|
|
4671
4671
|
type: Router,
|
|
4672
4672
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.
|
|
2
|
+
* @license Angular v21.2.8
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
911
911
|
ngImport: i0,
|
|
912
912
|
type: RouterScroller,
|
|
913
913
|
decorators: [{
|
|
@@ -1217,7 +1217,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1217
1217
|
}
|
|
1218
1218
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1219
1219
|
minVersion: "12.0.0",
|
|
1220
|
-
version: "21.2.
|
|
1220
|
+
version: "21.2.8",
|
|
1221
1221
|
ngImport: i0,
|
|
1222
1222
|
type: NavigationStateManager,
|
|
1223
1223
|
deps: [],
|
|
@@ -1225,7 +1225,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1225
1225
|
});
|
|
1226
1226
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1227
1227
|
minVersion: "12.0.0",
|
|
1228
|
-
version: "21.2.
|
|
1228
|
+
version: "21.2.8",
|
|
1229
1229
|
ngImport: i0,
|
|
1230
1230
|
type: NavigationStateManager,
|
|
1231
1231
|
providedIn: 'root'
|
|
@@ -1233,7 +1233,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1233
1233
|
}
|
|
1234
1234
|
i0.ɵɵngDeclareClassMetadata({
|
|
1235
1235
|
minVersion: "12.0.0",
|
|
1236
|
-
version: "21.2.
|
|
1236
|
+
version: "21.2.8",
|
|
1237
1237
|
ngImport: i0,
|
|
1238
1238
|
type: NavigationStateManager,
|
|
1239
1239
|
decorators: [{
|
|
@@ -1532,7 +1532,7 @@ class RouterModule {
|
|
|
1532
1532
|
}
|
|
1533
1533
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1534
1534
|
minVersion: "12.0.0",
|
|
1535
|
-
version: "21.2.
|
|
1535
|
+
version: "21.2.8",
|
|
1536
1536
|
ngImport: i0,
|
|
1537
1537
|
type: RouterModule,
|
|
1538
1538
|
deps: [],
|
|
@@ -1540,7 +1540,7 @@ class RouterModule {
|
|
|
1540
1540
|
});
|
|
1541
1541
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1542
1542
|
minVersion: "14.0.0",
|
|
1543
|
-
version: "21.2.
|
|
1543
|
+
version: "21.2.8",
|
|
1544
1544
|
ngImport: i0,
|
|
1545
1545
|
type: RouterModule,
|
|
1546
1546
|
imports: [RouterOutlet, RouterLink, RouterLinkActive, _EmptyOutletComponent],
|
|
@@ -1548,14 +1548,14 @@ class RouterModule {
|
|
|
1548
1548
|
});
|
|
1549
1549
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1550
1550
|
minVersion: "12.0.0",
|
|
1551
|
-
version: "21.2.
|
|
1551
|
+
version: "21.2.8",
|
|
1552
1552
|
ngImport: i0,
|
|
1553
1553
|
type: RouterModule
|
|
1554
1554
|
});
|
|
1555
1555
|
}
|
|
1556
1556
|
i0.ɵɵngDeclareClassMetadata({
|
|
1557
1557
|
minVersion: "12.0.0",
|
|
1558
|
-
version: "21.2.
|
|
1558
|
+
version: "21.2.8",
|
|
1559
1559
|
ngImport: i0,
|
|
1560
1560
|
type: RouterModule,
|
|
1561
1561
|
decorators: [{
|
package/fesm2022/router.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.
|
|
2
|
+
* @license Angular v21.2.8
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -28,7 +28,7 @@ function mapToResolve(provider) {
|
|
|
28
28
|
return (...params) => inject(provider).resolve(...params);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
const VERSION = /* @__PURE__ */new Version('21.2.
|
|
31
|
+
const VERSION = /* @__PURE__ */new Version('21.2.8');
|
|
32
32
|
|
|
33
33
|
export { VERSION, mapToCanActivate, mapToCanActivateChild, mapToCanDeactivate, mapToCanMatch, mapToResolve };
|
|
34
34
|
//# sourceMappingURL=router.mjs.map
|
package/fesm2022/router.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/router/src/utils/functional_guards.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/router/src/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {inject, Type} from '@angular/core';\n\nimport {\n CanActivate,\n CanActivateChild,\n CanActivateChildFn,\n CanActivateFn,\n CanDeactivate,\n CanDeactivateFn,\n CanMatch,\n CanMatchFn,\n Resolve,\n ResolveFn,\n} from '../models';\n\n/**\n * Maps an array of injectable classes with canMatch functions to an array of equivalent\n * `CanMatchFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanMatch(providers: Array<Type<CanMatch>>): CanMatchFn[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canMatch(...params),\n );\n}\n\n/**\n * Maps an array of injectable classes with canActivate functions to an array of equivalent\n * `CanActivateFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanActivate(providers: Array<Type<CanActivate>>): CanActivateFn[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canActivate(...params),\n );\n}\n/**\n * Maps an array of injectable classes with canActivateChild functions to an array of equivalent\n * `CanActivateChildFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanActivateChild(\n providers: Array<Type<CanActivateChild>>,\n): CanActivateChildFn[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canActivateChild(...params),\n );\n}\n/**\n * Maps an array of injectable classes with canDeactivate functions to an array of equivalent\n * `CanDeactivateFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanDeactivate<T = unknown>(\n providers: Array<Type<CanDeactivate<T>>>,\n): CanDeactivateFn<T>[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canDeactivate(...params),\n );\n}\n/**\n * Maps an injectable class with a resolve function to an equivalent `ResolveFn`\n * for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='Resolve'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToResolve<T>(provider: Type<Resolve<T>>): ResolveFn<T> {\n return (...params) => inject(provider).resolve(...params);\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the router package.\n */\n\nimport {Version} from '@angular/core';\n\n/**\n * @publicApi\n */\nexport const VERSION = /* @__PURE__ */ new Version('21.2.
|
|
1
|
+
{"version":3,"file":"router.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/router/src/utils/functional_guards.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/router/src/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {inject, Type} from '@angular/core';\n\nimport {\n CanActivate,\n CanActivateChild,\n CanActivateChildFn,\n CanActivateFn,\n CanDeactivate,\n CanDeactivateFn,\n CanMatch,\n CanMatchFn,\n Resolve,\n ResolveFn,\n} from '../models';\n\n/**\n * Maps an array of injectable classes with canMatch functions to an array of equivalent\n * `CanMatchFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanMatch(providers: Array<Type<CanMatch>>): CanMatchFn[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canMatch(...params),\n );\n}\n\n/**\n * Maps an array of injectable classes with canActivate functions to an array of equivalent\n * `CanActivateFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanActivate(providers: Array<Type<CanActivate>>): CanActivateFn[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canActivate(...params),\n );\n}\n/**\n * Maps an array of injectable classes with canActivateChild functions to an array of equivalent\n * `CanActivateChildFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanActivateChild(\n providers: Array<Type<CanActivateChild>>,\n): CanActivateChildFn[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canActivateChild(...params),\n );\n}\n/**\n * Maps an array of injectable classes with canDeactivate functions to an array of equivalent\n * `CanDeactivateFn` for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='CanActivate'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToCanDeactivate<T = unknown>(\n providers: Array<Type<CanDeactivate<T>>>,\n): CanDeactivateFn<T>[] {\n return providers.map(\n (provider) =>\n (...params) =>\n inject(provider).canDeactivate(...params),\n );\n}\n/**\n * Maps an injectable class with a resolve function to an equivalent `ResolveFn`\n * for use in a `Route` definition.\n *\n * Usage {@example router/utils/functional_guards.ts region='Resolve'}\n *\n * @publicApi\n * @see {@link Route}\n */\nexport function mapToResolve<T>(provider: Type<Resolve<T>>): ResolveFn<T> {\n return (...params) => inject(provider).resolve(...params);\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the router package.\n */\n\nimport {Version} from '@angular/core';\n\n/**\n * @publicApi\n */\nexport const VERSION = /* @__PURE__ */ new Version('21.2.8');\n"],"names":["mapToCanMatch","providers","map","provider","params","inject","canMatch","mapToCanActivate","canActivate","mapToCanActivateChild","canActivateChild","mapToCanDeactivate","canDeactivate","mapToResolve","resolve","VERSION","Version"],"mappings":";;;;;;;;;;;;;;AAgCM,SAAUA,aAAaA,CAACC,SAAgC,EAAA;EAC5D,OAAOA,SAAS,CAACC,GAAG,CACjBC,QAAQ,IACP,CAAC,GAAGC,MAAM,KACRC,MAAM,CAACF,QAAQ,CAAC,CAACG,QAAQ,CAAC,GAAGF,MAAM,CAAC,CACzC;AACH;AAWM,SAAUG,gBAAgBA,CAACN,SAAmC,EAAA;EAClE,OAAOA,SAAS,CAACC,GAAG,CACjBC,QAAQ,IACP,CAAC,GAAGC,MAAM,KACRC,MAAM,CAACF,QAAQ,CAAC,CAACK,WAAW,CAAC,GAAGJ,MAAM,CAAC,CAC5C;AACH;AAUM,SAAUK,qBAAqBA,CACnCR,SAAwC,EAAA;EAExC,OAAOA,SAAS,CAACC,GAAG,CACjBC,QAAQ,IACP,CAAC,GAAGC,MAAM,KACRC,MAAM,CAACF,QAAQ,CAAC,CAACO,gBAAgB,CAAC,GAAGN,MAAM,CAAC,CACjD;AACH;AAUM,SAAUO,kBAAkBA,CAChCV,SAAwC,EAAA;EAExC,OAAOA,SAAS,CAACC,GAAG,CACjBC,QAAQ,IACP,CAAC,GAAGC,MAAM,KACRC,MAAM,CAACF,QAAQ,CAAC,CAACS,aAAa,CAAC,GAAGR,MAAM,CAAC,CAC9C;AACH;AAUM,SAAUS,YAAYA,CAAIV,QAA0B,EAAA;AACxD,EAAA,OAAO,CAAC,GAAGC,MAAM,KAAKC,MAAM,CAACF,QAAQ,CAAC,CAACW,OAAO,CAAC,GAAGV,MAAM,CAAC;AAC3D;;ACpFO,MAAMW,OAAO,kBAAmB,IAAIC,OAAO,CAAC,mBAAmB;;;;"}
|
package/fesm2022/testing.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.
|
|
2
|
+
* @license Angular v21.2.8
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -33,7 +33,7 @@ class RouterTestingModule {
|
|
|
33
33
|
}
|
|
34
34
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
35
35
|
minVersion: "12.0.0",
|
|
36
|
-
version: "21.2.
|
|
36
|
+
version: "21.2.8",
|
|
37
37
|
ngImport: i0,
|
|
38
38
|
type: RouterTestingModule,
|
|
39
39
|
deps: [],
|
|
@@ -41,14 +41,14 @@ class RouterTestingModule {
|
|
|
41
41
|
});
|
|
42
42
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
43
43
|
minVersion: "14.0.0",
|
|
44
|
-
version: "21.2.
|
|
44
|
+
version: "21.2.8",
|
|
45
45
|
ngImport: i0,
|
|
46
46
|
type: RouterTestingModule,
|
|
47
47
|
exports: [RouterModule]
|
|
48
48
|
});
|
|
49
49
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
50
50
|
minVersion: "12.0.0",
|
|
51
|
-
version: "21.2.
|
|
51
|
+
version: "21.2.8",
|
|
52
52
|
ngImport: i0,
|
|
53
53
|
type: RouterTestingModule,
|
|
54
54
|
providers: [ROUTER_PROVIDERS, provideLocationMocks(), withPreloading(NoPreloading).ɵproviders, {
|
|
@@ -61,7 +61,7 @@ class RouterTestingModule {
|
|
|
61
61
|
}
|
|
62
62
|
i0.ɵɵngDeclareClassMetadata({
|
|
63
63
|
minVersion: "12.0.0",
|
|
64
|
-
version: "21.2.
|
|
64
|
+
version: "21.2.8",
|
|
65
65
|
ngImport: i0,
|
|
66
66
|
type: RouterTestingModule,
|
|
67
67
|
decorators: [{
|
|
@@ -97,7 +97,7 @@ class RootFixtureService {
|
|
|
97
97
|
}
|
|
98
98
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
99
99
|
minVersion: "12.0.0",
|
|
100
|
-
version: "21.2.
|
|
100
|
+
version: "21.2.8",
|
|
101
101
|
ngImport: i0,
|
|
102
102
|
type: RootFixtureService,
|
|
103
103
|
deps: [],
|
|
@@ -105,7 +105,7 @@ class RootFixtureService {
|
|
|
105
105
|
});
|
|
106
106
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
107
107
|
minVersion: "12.0.0",
|
|
108
|
-
version: "21.2.
|
|
108
|
+
version: "21.2.8",
|
|
109
109
|
ngImport: i0,
|
|
110
110
|
type: RootFixtureService,
|
|
111
111
|
providedIn: 'root'
|
|
@@ -113,7 +113,7 @@ class RootFixtureService {
|
|
|
113
113
|
}
|
|
114
114
|
i0.ɵɵngDeclareClassMetadata({
|
|
115
115
|
minVersion: "12.0.0",
|
|
116
|
-
version: "21.2.
|
|
116
|
+
version: "21.2.8",
|
|
117
117
|
ngImport: i0,
|
|
118
118
|
type: RootFixtureService,
|
|
119
119
|
decorators: [{
|
|
@@ -130,7 +130,7 @@ class RootCmp {
|
|
|
130
130
|
}] : []));
|
|
131
131
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
132
132
|
minVersion: "12.0.0",
|
|
133
|
-
version: "21.2.
|
|
133
|
+
version: "21.2.8",
|
|
134
134
|
ngImport: i0,
|
|
135
135
|
type: RootCmp,
|
|
136
136
|
deps: [],
|
|
@@ -138,7 +138,7 @@ class RootCmp {
|
|
|
138
138
|
});
|
|
139
139
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
140
140
|
minVersion: "14.0.0",
|
|
141
|
-
version: "21.2.
|
|
141
|
+
version: "21.2.8",
|
|
142
142
|
type: RootCmp,
|
|
143
143
|
isStandalone: true,
|
|
144
144
|
selector: "ng-component",
|
|
@@ -164,7 +164,7 @@ class RootCmp {
|
|
|
164
164
|
}
|
|
165
165
|
i0.ɵɵngDeclareClassMetadata({
|
|
166
166
|
minVersion: "12.0.0",
|
|
167
|
-
version: "21.2.
|
|
167
|
+
version: "21.2.8",
|
|
168
168
|
ngImport: i0,
|
|
169
169
|
type: RootCmp,
|
|
170
170
|
decorators: [{
|
package/fesm2022/upgrade.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/router",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.8",
|
|
4
4
|
"description": "Angular - the routing library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@types/dom-navigation": "^1.0.5"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@angular/core": "21.2.
|
|
31
|
-
"@angular/common": "21.2.
|
|
32
|
-
"@angular/platform-browser": "21.2.
|
|
30
|
+
"@angular/core": "21.2.8",
|
|
31
|
+
"@angular/common": "21.2.8",
|
|
32
|
+
"@angular/platform-browser": "21.2.8",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
34
34
|
},
|
|
35
35
|
"ng-update": {
|
package/types/router.d.ts
CHANGED
package/types/testing.d.ts
CHANGED
package/types/upgrade.d.ts
CHANGED