@angular/router 21.0.8 → 21.0.9
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 +26 -26
- 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.0.
|
|
2
|
+
* @license Angular v21.0.9
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -276,7 +276,7 @@ function mapChildrenIntoArray(segment, fn) {
|
|
|
276
276
|
class UrlSerializer {
|
|
277
277
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
278
278
|
minVersion: "12.0.0",
|
|
279
|
-
version: "21.0.
|
|
279
|
+
version: "21.0.9",
|
|
280
280
|
ngImport: i0,
|
|
281
281
|
type: UrlSerializer,
|
|
282
282
|
deps: [],
|
|
@@ -284,7 +284,7 @@ class UrlSerializer {
|
|
|
284
284
|
});
|
|
285
285
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
286
286
|
minVersion: "12.0.0",
|
|
287
|
-
version: "21.0.
|
|
287
|
+
version: "21.0.9",
|
|
288
288
|
ngImport: i0,
|
|
289
289
|
type: UrlSerializer,
|
|
290
290
|
providedIn: 'root',
|
|
@@ -293,7 +293,7 @@ class UrlSerializer {
|
|
|
293
293
|
}
|
|
294
294
|
i0.ɵɵngDeclareClassMetadata({
|
|
295
295
|
minVersion: "12.0.0",
|
|
296
|
-
version: "21.0.
|
|
296
|
+
version: "21.0.9",
|
|
297
297
|
ngImport: i0,
|
|
298
298
|
type: UrlSerializer,
|
|
299
299
|
decorators: [{
|
|
@@ -1361,7 +1361,7 @@ class ChildrenOutletContexts {
|
|
|
1361
1361
|
}
|
|
1362
1362
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1363
1363
|
minVersion: "12.0.0",
|
|
1364
|
-
version: "21.0.
|
|
1364
|
+
version: "21.0.9",
|
|
1365
1365
|
ngImport: i0,
|
|
1366
1366
|
type: ChildrenOutletContexts,
|
|
1367
1367
|
deps: [{
|
|
@@ -1371,7 +1371,7 @@ class ChildrenOutletContexts {
|
|
|
1371
1371
|
});
|
|
1372
1372
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1373
1373
|
minVersion: "12.0.0",
|
|
1374
|
-
version: "21.0.
|
|
1374
|
+
version: "21.0.9",
|
|
1375
1375
|
ngImport: i0,
|
|
1376
1376
|
type: ChildrenOutletContexts,
|
|
1377
1377
|
providedIn: 'root'
|
|
@@ -1379,7 +1379,7 @@ class ChildrenOutletContexts {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
i0.ɵɵngDeclareClassMetadata({
|
|
1381
1381
|
minVersion: "12.0.0",
|
|
1382
|
-
version: "21.0.
|
|
1382
|
+
version: "21.0.9",
|
|
1383
1383
|
ngImport: i0,
|
|
1384
1384
|
type: ChildrenOutletContexts,
|
|
1385
1385
|
decorators: [{
|
|
@@ -1834,7 +1834,7 @@ class RouterOutlet {
|
|
|
1834
1834
|
}
|
|
1835
1835
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1836
1836
|
minVersion: "12.0.0",
|
|
1837
|
-
version: "21.0.
|
|
1837
|
+
version: "21.0.9",
|
|
1838
1838
|
ngImport: i0,
|
|
1839
1839
|
type: RouterOutlet,
|
|
1840
1840
|
deps: [],
|
|
@@ -1842,7 +1842,7 @@ class RouterOutlet {
|
|
|
1842
1842
|
});
|
|
1843
1843
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1844
1844
|
minVersion: "17.1.0",
|
|
1845
|
-
version: "21.0.
|
|
1845
|
+
version: "21.0.9",
|
|
1846
1846
|
type: RouterOutlet,
|
|
1847
1847
|
isStandalone: true,
|
|
1848
1848
|
selector: "router-outlet",
|
|
@@ -1875,7 +1875,7 @@ class RouterOutlet {
|
|
|
1875
1875
|
}
|
|
1876
1876
|
i0.ɵɵngDeclareClassMetadata({
|
|
1877
1877
|
minVersion: "12.0.0",
|
|
1878
|
-
version: "21.0.
|
|
1878
|
+
version: "21.0.9",
|
|
1879
1879
|
ngImport: i0,
|
|
1880
1880
|
type: RouterOutlet,
|
|
1881
1881
|
decorators: [{
|
|
@@ -1984,7 +1984,7 @@ class RoutedComponentInputBinder {
|
|
|
1984
1984
|
}
|
|
1985
1985
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1986
1986
|
minVersion: "12.0.0",
|
|
1987
|
-
version: "21.0.
|
|
1987
|
+
version: "21.0.9",
|
|
1988
1988
|
ngImport: i0,
|
|
1989
1989
|
type: RoutedComponentInputBinder,
|
|
1990
1990
|
deps: [],
|
|
@@ -1992,14 +1992,14 @@ class RoutedComponentInputBinder {
|
|
|
1992
1992
|
});
|
|
1993
1993
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1994
1994
|
minVersion: "12.0.0",
|
|
1995
|
-
version: "21.0.
|
|
1995
|
+
version: "21.0.9",
|
|
1996
1996
|
ngImport: i0,
|
|
1997
1997
|
type: RoutedComponentInputBinder
|
|
1998
1998
|
});
|
|
1999
1999
|
}
|
|
2000
2000
|
i0.ɵɵngDeclareClassMetadata({
|
|
2001
2001
|
minVersion: "12.0.0",
|
|
2002
|
-
version: "21.0.
|
|
2002
|
+
version: "21.0.9",
|
|
2003
2003
|
ngImport: i0,
|
|
2004
2004
|
type: RoutedComponentInputBinder,
|
|
2005
2005
|
decorators: [{
|
|
@@ -2010,7 +2010,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2010
2010
|
class ɵEmptyOutletComponent {
|
|
2011
2011
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2012
2012
|
minVersion: "12.0.0",
|
|
2013
|
-
version: "21.0.
|
|
2013
|
+
version: "21.0.9",
|
|
2014
2014
|
ngImport: i0,
|
|
2015
2015
|
type: ɵEmptyOutletComponent,
|
|
2016
2016
|
deps: [],
|
|
@@ -2018,7 +2018,7 @@ class ɵEmptyOutletComponent {
|
|
|
2018
2018
|
});
|
|
2019
2019
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
2020
2020
|
minVersion: "14.0.0",
|
|
2021
|
-
version: "21.0.
|
|
2021
|
+
version: "21.0.9",
|
|
2022
2022
|
type: ɵEmptyOutletComponent,
|
|
2023
2023
|
isStandalone: true,
|
|
2024
2024
|
selector: "ng-component",
|
|
@@ -2038,7 +2038,7 @@ class ɵEmptyOutletComponent {
|
|
|
2038
2038
|
}
|
|
2039
2039
|
i0.ɵɵngDeclareClassMetadata({
|
|
2040
2040
|
minVersion: "12.0.0",
|
|
2041
|
-
version: "21.0.
|
|
2041
|
+
version: "21.0.9",
|
|
2042
2042
|
ngImport: i0,
|
|
2043
2043
|
type: ɵEmptyOutletComponent,
|
|
2044
2044
|
decorators: [{
|
|
@@ -3670,7 +3670,7 @@ class TitleStrategy {
|
|
|
3670
3670
|
}
|
|
3671
3671
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3672
3672
|
minVersion: "12.0.0",
|
|
3673
|
-
version: "21.0.
|
|
3673
|
+
version: "21.0.9",
|
|
3674
3674
|
ngImport: i0,
|
|
3675
3675
|
type: TitleStrategy,
|
|
3676
3676
|
deps: [],
|
|
@@ -3678,7 +3678,7 @@ class TitleStrategy {
|
|
|
3678
3678
|
});
|
|
3679
3679
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3680
3680
|
minVersion: "12.0.0",
|
|
3681
|
-
version: "21.0.
|
|
3681
|
+
version: "21.0.9",
|
|
3682
3682
|
ngImport: i0,
|
|
3683
3683
|
type: TitleStrategy,
|
|
3684
3684
|
providedIn: 'root',
|
|
@@ -3687,7 +3687,7 @@ class TitleStrategy {
|
|
|
3687
3687
|
}
|
|
3688
3688
|
i0.ɵɵngDeclareClassMetadata({
|
|
3689
3689
|
minVersion: "12.0.0",
|
|
3690
|
-
version: "21.0.
|
|
3690
|
+
version: "21.0.9",
|
|
3691
3691
|
ngImport: i0,
|
|
3692
3692
|
type: TitleStrategy,
|
|
3693
3693
|
decorators: [{
|
|
@@ -3712,7 +3712,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3712
3712
|
}
|
|
3713
3713
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3714
3714
|
minVersion: "12.0.0",
|
|
3715
|
-
version: "21.0.
|
|
3715
|
+
version: "21.0.9",
|
|
3716
3716
|
ngImport: i0,
|
|
3717
3717
|
type: DefaultTitleStrategy,
|
|
3718
3718
|
deps: [{
|
|
@@ -3722,7 +3722,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3722
3722
|
});
|
|
3723
3723
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3724
3724
|
minVersion: "12.0.0",
|
|
3725
|
-
version: "21.0.
|
|
3725
|
+
version: "21.0.9",
|
|
3726
3726
|
ngImport: i0,
|
|
3727
3727
|
type: DefaultTitleStrategy,
|
|
3728
3728
|
providedIn: 'root'
|
|
@@ -3730,7 +3730,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3730
3730
|
}
|
|
3731
3731
|
i0.ɵɵngDeclareClassMetadata({
|
|
3732
3732
|
minVersion: "12.0.0",
|
|
3733
|
-
version: "21.0.
|
|
3733
|
+
version: "21.0.9",
|
|
3734
3734
|
ngImport: i0,
|
|
3735
3735
|
type: DefaultTitleStrategy,
|
|
3736
3736
|
decorators: [{
|
|
@@ -3808,7 +3808,7 @@ class RouterConfigLoader {
|
|
|
3808
3808
|
}
|
|
3809
3809
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3810
3810
|
minVersion: "12.0.0",
|
|
3811
|
-
version: "21.0.
|
|
3811
|
+
version: "21.0.9",
|
|
3812
3812
|
ngImport: i0,
|
|
3813
3813
|
type: RouterConfigLoader,
|
|
3814
3814
|
deps: [],
|
|
@@ -3816,7 +3816,7 @@ class RouterConfigLoader {
|
|
|
3816
3816
|
});
|
|
3817
3817
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3818
3818
|
minVersion: "12.0.0",
|
|
3819
|
-
version: "21.0.
|
|
3819
|
+
version: "21.0.9",
|
|
3820
3820
|
ngImport: i0,
|
|
3821
3821
|
type: RouterConfigLoader,
|
|
3822
3822
|
providedIn: 'root'
|
|
@@ -3824,7 +3824,7 @@ class RouterConfigLoader {
|
|
|
3824
3824
|
}
|
|
3825
3825
|
i0.ɵɵngDeclareClassMetadata({
|
|
3826
3826
|
minVersion: "12.0.0",
|
|
3827
|
-
version: "21.0.
|
|
3827
|
+
version: "21.0.9",
|
|
3828
3828
|
ngImport: i0,
|
|
3829
3829
|
type: RouterConfigLoader,
|
|
3830
3830
|
decorators: [{
|
|
@@ -3886,7 +3886,7 @@ async function maybeResolveResources(value) {
|
|
|
3886
3886
|
class UrlHandlingStrategy {
|
|
3887
3887
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3888
3888
|
minVersion: "12.0.0",
|
|
3889
|
-
version: "21.0.
|
|
3889
|
+
version: "21.0.9",
|
|
3890
3890
|
ngImport: i0,
|
|
3891
3891
|
type: UrlHandlingStrategy,
|
|
3892
3892
|
deps: [],
|
|
@@ -3894,7 +3894,7 @@ class UrlHandlingStrategy {
|
|
|
3894
3894
|
});
|
|
3895
3895
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3896
3896
|
minVersion: "12.0.0",
|
|
3897
|
-
version: "21.0.
|
|
3897
|
+
version: "21.0.9",
|
|
3898
3898
|
ngImport: i0,
|
|
3899
3899
|
type: UrlHandlingStrategy,
|
|
3900
3900
|
providedIn: 'root',
|
|
@@ -3903,7 +3903,7 @@ class UrlHandlingStrategy {
|
|
|
3903
3903
|
}
|
|
3904
3904
|
i0.ɵɵngDeclareClassMetadata({
|
|
3905
3905
|
minVersion: "12.0.0",
|
|
3906
|
-
version: "21.0.
|
|
3906
|
+
version: "21.0.9",
|
|
3907
3907
|
ngImport: i0,
|
|
3908
3908
|
type: UrlHandlingStrategy,
|
|
3909
3909
|
decorators: [{
|
|
@@ -3926,7 +3926,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3926
3926
|
}
|
|
3927
3927
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3928
3928
|
minVersion: "12.0.0",
|
|
3929
|
-
version: "21.0.
|
|
3929
|
+
version: "21.0.9",
|
|
3930
3930
|
ngImport: i0,
|
|
3931
3931
|
type: DefaultUrlHandlingStrategy,
|
|
3932
3932
|
deps: [],
|
|
@@ -3934,7 +3934,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3934
3934
|
});
|
|
3935
3935
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3936
3936
|
minVersion: "12.0.0",
|
|
3937
|
-
version: "21.0.
|
|
3937
|
+
version: "21.0.9",
|
|
3938
3938
|
ngImport: i0,
|
|
3939
3939
|
type: DefaultUrlHandlingStrategy,
|
|
3940
3940
|
providedIn: 'root'
|
|
@@ -3942,7 +3942,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3942
3942
|
}
|
|
3943
3943
|
i0.ɵɵngDeclareClassMetadata({
|
|
3944
3944
|
minVersion: "12.0.0",
|
|
3945
|
-
version: "21.0.
|
|
3945
|
+
version: "21.0.9",
|
|
3946
3946
|
ngImport: i0,
|
|
3947
3947
|
type: DefaultUrlHandlingStrategy,
|
|
3948
3948
|
decorators: [{
|
|
@@ -4329,7 +4329,7 @@ class NavigationTransitions {
|
|
|
4329
4329
|
}
|
|
4330
4330
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4331
4331
|
minVersion: "12.0.0",
|
|
4332
|
-
version: "21.0.
|
|
4332
|
+
version: "21.0.9",
|
|
4333
4333
|
ngImport: i0,
|
|
4334
4334
|
type: NavigationTransitions,
|
|
4335
4335
|
deps: [],
|
|
@@ -4337,7 +4337,7 @@ class NavigationTransitions {
|
|
|
4337
4337
|
});
|
|
4338
4338
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4339
4339
|
minVersion: "12.0.0",
|
|
4340
|
-
version: "21.0.
|
|
4340
|
+
version: "21.0.9",
|
|
4341
4341
|
ngImport: i0,
|
|
4342
4342
|
type: NavigationTransitions,
|
|
4343
4343
|
providedIn: 'root'
|
|
@@ -4345,7 +4345,7 @@ class NavigationTransitions {
|
|
|
4345
4345
|
}
|
|
4346
4346
|
i0.ɵɵngDeclareClassMetadata({
|
|
4347
4347
|
minVersion: "12.0.0",
|
|
4348
|
-
version: "21.0.
|
|
4348
|
+
version: "21.0.9",
|
|
4349
4349
|
ngImport: i0,
|
|
4350
4350
|
type: NavigationTransitions,
|
|
4351
4351
|
decorators: [{
|
|
@@ -4363,7 +4363,7 @@ function isBrowserTriggeredNavigation(source) {
|
|
|
4363
4363
|
class RouteReuseStrategy {
|
|
4364
4364
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4365
4365
|
minVersion: "12.0.0",
|
|
4366
|
-
version: "21.0.
|
|
4366
|
+
version: "21.0.9",
|
|
4367
4367
|
ngImport: i0,
|
|
4368
4368
|
type: RouteReuseStrategy,
|
|
4369
4369
|
deps: [],
|
|
@@ -4371,7 +4371,7 @@ class RouteReuseStrategy {
|
|
|
4371
4371
|
});
|
|
4372
4372
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4373
4373
|
minVersion: "12.0.0",
|
|
4374
|
-
version: "21.0.
|
|
4374
|
+
version: "21.0.9",
|
|
4375
4375
|
ngImport: i0,
|
|
4376
4376
|
type: RouteReuseStrategy,
|
|
4377
4377
|
providedIn: 'root',
|
|
@@ -4380,7 +4380,7 @@ class RouteReuseStrategy {
|
|
|
4380
4380
|
}
|
|
4381
4381
|
i0.ɵɵngDeclareClassMetadata({
|
|
4382
4382
|
minVersion: "12.0.0",
|
|
4383
|
-
version: "21.0.
|
|
4383
|
+
version: "21.0.9",
|
|
4384
4384
|
ngImport: i0,
|
|
4385
4385
|
type: RouteReuseStrategy,
|
|
4386
4386
|
decorators: [{
|
|
@@ -4409,7 +4409,7 @@ class BaseRouteReuseStrategy {
|
|
|
4409
4409
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4410
4410
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4411
4411
|
minVersion: "12.0.0",
|
|
4412
|
-
version: "21.0.
|
|
4412
|
+
version: "21.0.9",
|
|
4413
4413
|
ngImport: i0,
|
|
4414
4414
|
type: DefaultRouteReuseStrategy,
|
|
4415
4415
|
deps: null,
|
|
@@ -4417,7 +4417,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4417
4417
|
});
|
|
4418
4418
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4419
4419
|
minVersion: "12.0.0",
|
|
4420
|
-
version: "21.0.
|
|
4420
|
+
version: "21.0.9",
|
|
4421
4421
|
ngImport: i0,
|
|
4422
4422
|
type: DefaultRouteReuseStrategy,
|
|
4423
4423
|
providedIn: 'root'
|
|
@@ -4425,7 +4425,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4425
4425
|
}
|
|
4426
4426
|
i0.ɵɵngDeclareClassMetadata({
|
|
4427
4427
|
minVersion: "12.0.0",
|
|
4428
|
-
version: "21.0.
|
|
4428
|
+
version: "21.0.9",
|
|
4429
4429
|
ngImport: i0,
|
|
4430
4430
|
type: DefaultRouteReuseStrategy,
|
|
4431
4431
|
decorators: [{
|
|
@@ -4500,7 +4500,7 @@ class StateManager {
|
|
|
4500
4500
|
}
|
|
4501
4501
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4502
4502
|
minVersion: "12.0.0",
|
|
4503
|
-
version: "21.0.
|
|
4503
|
+
version: "21.0.9",
|
|
4504
4504
|
ngImport: i0,
|
|
4505
4505
|
type: StateManager,
|
|
4506
4506
|
deps: [],
|
|
@@ -4508,7 +4508,7 @@ class StateManager {
|
|
|
4508
4508
|
});
|
|
4509
4509
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4510
4510
|
minVersion: "12.0.0",
|
|
4511
|
-
version: "21.0.
|
|
4511
|
+
version: "21.0.9",
|
|
4512
4512
|
ngImport: i0,
|
|
4513
4513
|
type: StateManager,
|
|
4514
4514
|
providedIn: 'root',
|
|
@@ -4517,7 +4517,7 @@ class StateManager {
|
|
|
4517
4517
|
}
|
|
4518
4518
|
i0.ɵɵngDeclareClassMetadata({
|
|
4519
4519
|
minVersion: "12.0.0",
|
|
4520
|
-
version: "21.0.
|
|
4520
|
+
version: "21.0.9",
|
|
4521
4521
|
ngImport: i0,
|
|
4522
4522
|
type: StateManager,
|
|
4523
4523
|
decorators: [{
|
|
@@ -4630,7 +4630,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4630
4630
|
}
|
|
4631
4631
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4632
4632
|
minVersion: "12.0.0",
|
|
4633
|
-
version: "21.0.
|
|
4633
|
+
version: "21.0.9",
|
|
4634
4634
|
ngImport: i0,
|
|
4635
4635
|
type: HistoryStateManager,
|
|
4636
4636
|
deps: null,
|
|
@@ -4638,7 +4638,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4638
4638
|
});
|
|
4639
4639
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4640
4640
|
minVersion: "12.0.0",
|
|
4641
|
-
version: "21.0.
|
|
4641
|
+
version: "21.0.9",
|
|
4642
4642
|
ngImport: i0,
|
|
4643
4643
|
type: HistoryStateManager,
|
|
4644
4644
|
providedIn: 'root'
|
|
@@ -4646,7 +4646,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4646
4646
|
}
|
|
4647
4647
|
i0.ɵɵngDeclareClassMetadata({
|
|
4648
4648
|
minVersion: "12.0.0",
|
|
4649
|
-
version: "21.0.
|
|
4649
|
+
version: "21.0.9",
|
|
4650
4650
|
ngImport: i0,
|
|
4651
4651
|
type: HistoryStateManager,
|
|
4652
4652
|
decorators: [{
|
|
@@ -4958,7 +4958,7 @@ class Router {
|
|
|
4958
4958
|
}
|
|
4959
4959
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4960
4960
|
minVersion: "12.0.0",
|
|
4961
|
-
version: "21.0.
|
|
4961
|
+
version: "21.0.9",
|
|
4962
4962
|
ngImport: i0,
|
|
4963
4963
|
type: Router,
|
|
4964
4964
|
deps: [],
|
|
@@ -4966,7 +4966,7 @@ class Router {
|
|
|
4966
4966
|
});
|
|
4967
4967
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4968
4968
|
minVersion: "12.0.0",
|
|
4969
|
-
version: "21.0.
|
|
4969
|
+
version: "21.0.9",
|
|
4970
4970
|
ngImport: i0,
|
|
4971
4971
|
type: Router,
|
|
4972
4972
|
providedIn: 'root'
|
|
@@ -4974,7 +4974,7 @@ class Router {
|
|
|
4974
4974
|
}
|
|
4975
4975
|
i0.ɵɵngDeclareClassMetadata({
|
|
4976
4976
|
minVersion: "12.0.0",
|
|
4977
|
-
version: "21.0.
|
|
4977
|
+
version: "21.0.9",
|
|
4978
4978
|
ngImport: i0,
|
|
4979
4979
|
type: Router,
|
|
4980
4980
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.9
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -157,7 +157,7 @@ class RouterLink {
|
|
|
157
157
|
}
|
|
158
158
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
159
159
|
minVersion: "12.0.0",
|
|
160
|
-
version: "21.0.
|
|
160
|
+
version: "21.0.9",
|
|
161
161
|
ngImport: i0,
|
|
162
162
|
type: RouterLink,
|
|
163
163
|
deps: [{
|
|
@@ -178,7 +178,7 @@ class RouterLink {
|
|
|
178
178
|
});
|
|
179
179
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
180
180
|
minVersion: "16.1.0",
|
|
181
|
-
version: "21.0.
|
|
181
|
+
version: "21.0.9",
|
|
182
182
|
type: RouterLink,
|
|
183
183
|
isStandalone: true,
|
|
184
184
|
selector: "[routerLink]",
|
|
@@ -210,7 +210,7 @@ class RouterLink {
|
|
|
210
210
|
}
|
|
211
211
|
i0.ɵɵngDeclareClassMetadata({
|
|
212
212
|
minVersion: "12.0.0",
|
|
213
|
-
version: "21.0.
|
|
213
|
+
version: "21.0.9",
|
|
214
214
|
ngImport: i0,
|
|
215
215
|
type: RouterLink,
|
|
216
216
|
decorators: [{
|
|
@@ -386,7 +386,7 @@ class RouterLinkActive {
|
|
|
386
386
|
}
|
|
387
387
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
388
388
|
minVersion: "12.0.0",
|
|
389
|
-
version: "21.0.
|
|
389
|
+
version: "21.0.9",
|
|
390
390
|
ngImport: i0,
|
|
391
391
|
type: RouterLinkActive,
|
|
392
392
|
deps: [{
|
|
@@ -402,7 +402,7 @@ class RouterLinkActive {
|
|
|
402
402
|
});
|
|
403
403
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
404
404
|
minVersion: "14.0.0",
|
|
405
|
-
version: "21.0.
|
|
405
|
+
version: "21.0.9",
|
|
406
406
|
type: RouterLinkActive,
|
|
407
407
|
isStandalone: true,
|
|
408
408
|
selector: "[routerLinkActive]",
|
|
@@ -426,7 +426,7 @@ class RouterLinkActive {
|
|
|
426
426
|
}
|
|
427
427
|
i0.ɵɵngDeclareClassMetadata({
|
|
428
428
|
minVersion: "12.0.0",
|
|
429
|
-
version: "21.0.
|
|
429
|
+
version: "21.0.9",
|
|
430
430
|
ngImport: i0,
|
|
431
431
|
type: RouterLinkActive,
|
|
432
432
|
decorators: [{
|
|
@@ -477,7 +477,7 @@ class PreloadAllModules {
|
|
|
477
477
|
}
|
|
478
478
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
479
479
|
minVersion: "12.0.0",
|
|
480
|
-
version: "21.0.
|
|
480
|
+
version: "21.0.9",
|
|
481
481
|
ngImport: i0,
|
|
482
482
|
type: PreloadAllModules,
|
|
483
483
|
deps: [],
|
|
@@ -485,7 +485,7 @@ class PreloadAllModules {
|
|
|
485
485
|
});
|
|
486
486
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
487
487
|
minVersion: "12.0.0",
|
|
488
|
-
version: "21.0.
|
|
488
|
+
version: "21.0.9",
|
|
489
489
|
ngImport: i0,
|
|
490
490
|
type: PreloadAllModules,
|
|
491
491
|
providedIn: 'root'
|
|
@@ -493,7 +493,7 @@ class PreloadAllModules {
|
|
|
493
493
|
}
|
|
494
494
|
i0.ɵɵngDeclareClassMetadata({
|
|
495
495
|
minVersion: "12.0.0",
|
|
496
|
-
version: "21.0.
|
|
496
|
+
version: "21.0.9",
|
|
497
497
|
ngImport: i0,
|
|
498
498
|
type: PreloadAllModules,
|
|
499
499
|
decorators: [{
|
|
@@ -509,7 +509,7 @@ class NoPreloading {
|
|
|
509
509
|
}
|
|
510
510
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
511
511
|
minVersion: "12.0.0",
|
|
512
|
-
version: "21.0.
|
|
512
|
+
version: "21.0.9",
|
|
513
513
|
ngImport: i0,
|
|
514
514
|
type: NoPreloading,
|
|
515
515
|
deps: [],
|
|
@@ -517,7 +517,7 @@ class NoPreloading {
|
|
|
517
517
|
});
|
|
518
518
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
519
519
|
minVersion: "12.0.0",
|
|
520
|
-
version: "21.0.
|
|
520
|
+
version: "21.0.9",
|
|
521
521
|
ngImport: i0,
|
|
522
522
|
type: NoPreloading,
|
|
523
523
|
providedIn: 'root'
|
|
@@ -525,7 +525,7 @@ class NoPreloading {
|
|
|
525
525
|
}
|
|
526
526
|
i0.ɵɵngDeclareClassMetadata({
|
|
527
527
|
minVersion: "12.0.0",
|
|
528
|
-
version: "21.0.
|
|
528
|
+
version: "21.0.9",
|
|
529
529
|
ngImport: i0,
|
|
530
530
|
type: NoPreloading,
|
|
531
531
|
decorators: [{
|
|
@@ -599,7 +599,7 @@ class RouterPreloader {
|
|
|
599
599
|
}
|
|
600
600
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
601
601
|
minVersion: "12.0.0",
|
|
602
|
-
version: "21.0.
|
|
602
|
+
version: "21.0.9",
|
|
603
603
|
ngImport: i0,
|
|
604
604
|
type: RouterPreloader,
|
|
605
605
|
deps: [{
|
|
@@ -615,7 +615,7 @@ class RouterPreloader {
|
|
|
615
615
|
});
|
|
616
616
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
617
617
|
minVersion: "12.0.0",
|
|
618
|
-
version: "21.0.
|
|
618
|
+
version: "21.0.9",
|
|
619
619
|
ngImport: i0,
|
|
620
620
|
type: RouterPreloader,
|
|
621
621
|
providedIn: 'root'
|
|
@@ -623,7 +623,7 @@ class RouterPreloader {
|
|
|
623
623
|
}
|
|
624
624
|
i0.ɵɵngDeclareClassMetadata({
|
|
625
625
|
minVersion: "12.0.0",
|
|
626
|
-
version: "21.0.
|
|
626
|
+
version: "21.0.9",
|
|
627
627
|
ngImport: i0,
|
|
628
628
|
type: RouterPreloader,
|
|
629
629
|
decorators: [{
|
|
@@ -728,7 +728,7 @@ class RouterScroller {
|
|
|
728
728
|
}
|
|
729
729
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
730
730
|
minVersion: "12.0.0",
|
|
731
|
-
version: "21.0.
|
|
731
|
+
version: "21.0.9",
|
|
732
732
|
ngImport: i0,
|
|
733
733
|
type: RouterScroller,
|
|
734
734
|
deps: "invalid",
|
|
@@ -736,14 +736,14 @@ class RouterScroller {
|
|
|
736
736
|
});
|
|
737
737
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
738
738
|
minVersion: "12.0.0",
|
|
739
|
-
version: "21.0.
|
|
739
|
+
version: "21.0.9",
|
|
740
740
|
ngImport: i0,
|
|
741
741
|
type: RouterScroller
|
|
742
742
|
});
|
|
743
743
|
}
|
|
744
744
|
i0.ɵɵngDeclareClassMetadata({
|
|
745
745
|
minVersion: "12.0.0",
|
|
746
|
-
version: "21.0.
|
|
746
|
+
version: "21.0.9",
|
|
747
747
|
ngImport: i0,
|
|
748
748
|
type: RouterScroller,
|
|
749
749
|
decorators: [{
|
|
@@ -789,7 +789,7 @@ class NavigationStateManager extends HistoryStateManager {
|
|
|
789
789
|
}
|
|
790
790
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
791
791
|
minVersion: "12.0.0",
|
|
792
|
-
version: "21.0.
|
|
792
|
+
version: "21.0.9",
|
|
793
793
|
ngImport: i0,
|
|
794
794
|
type: NavigationStateManager,
|
|
795
795
|
deps: null,
|
|
@@ -797,7 +797,7 @@ class NavigationStateManager extends HistoryStateManager {
|
|
|
797
797
|
});
|
|
798
798
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
799
799
|
minVersion: "12.0.0",
|
|
800
|
-
version: "21.0.
|
|
800
|
+
version: "21.0.9",
|
|
801
801
|
ngImport: i0,
|
|
802
802
|
type: NavigationStateManager,
|
|
803
803
|
providedIn: 'root'
|
|
@@ -805,7 +805,7 @@ class NavigationStateManager extends HistoryStateManager {
|
|
|
805
805
|
}
|
|
806
806
|
i0.ɵɵngDeclareClassMetadata({
|
|
807
807
|
minVersion: "12.0.0",
|
|
808
|
-
version: "21.0.
|
|
808
|
+
version: "21.0.9",
|
|
809
809
|
ngImport: i0,
|
|
810
810
|
type: NavigationStateManager,
|
|
811
811
|
decorators: [{
|
|
@@ -1098,7 +1098,7 @@ class RouterModule {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1100
1100
|
minVersion: "12.0.0",
|
|
1101
|
-
version: "21.0.
|
|
1101
|
+
version: "21.0.9",
|
|
1102
1102
|
ngImport: i0,
|
|
1103
1103
|
type: RouterModule,
|
|
1104
1104
|
deps: [],
|
|
@@ -1106,7 +1106,7 @@ class RouterModule {
|
|
|
1106
1106
|
});
|
|
1107
1107
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1108
1108
|
minVersion: "14.0.0",
|
|
1109
|
-
version: "21.0.
|
|
1109
|
+
version: "21.0.9",
|
|
1110
1110
|
ngImport: i0,
|
|
1111
1111
|
type: RouterModule,
|
|
1112
1112
|
imports: [RouterOutlet, RouterLink, RouterLinkActive, _EmptyOutletComponent],
|
|
@@ -1114,14 +1114,14 @@ class RouterModule {
|
|
|
1114
1114
|
});
|
|
1115
1115
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1116
1116
|
minVersion: "12.0.0",
|
|
1117
|
-
version: "21.0.
|
|
1117
|
+
version: "21.0.9",
|
|
1118
1118
|
ngImport: i0,
|
|
1119
1119
|
type: RouterModule
|
|
1120
1120
|
});
|
|
1121
1121
|
}
|
|
1122
1122
|
i0.ɵɵngDeclareClassMetadata({
|
|
1123
1123
|
minVersion: "12.0.0",
|
|
1124
|
-
version: "21.0.
|
|
1124
|
+
version: "21.0.9",
|
|
1125
1125
|
ngImport: i0,
|
|
1126
1126
|
type: RouterModule,
|
|
1127
1127
|
decorators: [{
|
package/fesm2022/router.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.9
|
|
3
3
|
* (c) 2010-2025 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.0.
|
|
31
|
+
const VERSION = /* @__PURE__ */new Version('21.0.9');
|
|
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":["../../../../../k8-fastbuild-ST-fdfa778d11ba/bin/packages/router/src/utils/functional_guards.ts","../../../../../k8-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.0.
|
|
1
|
+
{"version":3,"file":"router.mjs","sources":["../../../../../k8-fastbuild-ST-fdfa778d11ba/bin/packages/router/src/utils/functional_guards.ts","../../../../../k8-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.0.9');\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.0.
|
|
2
|
+
* @license Angular v21.0.9
|
|
3
3
|
* (c) 2010-2025 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.0.
|
|
36
|
+
version: "21.0.9",
|
|
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.0.
|
|
44
|
+
version: "21.0.9",
|
|
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.0.
|
|
51
|
+
version: "21.0.9",
|
|
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.0.
|
|
64
|
+
version: "21.0.9",
|
|
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.0.
|
|
100
|
+
version: "21.0.9",
|
|
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.0.
|
|
108
|
+
version: "21.0.9",
|
|
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.0.
|
|
116
|
+
version: "21.0.9",
|
|
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.0.
|
|
133
|
+
version: "21.0.9",
|
|
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.0.
|
|
141
|
+
version: "21.0.9",
|
|
142
142
|
type: RootCmp,
|
|
143
143
|
isStandalone: true,
|
|
144
144
|
selector: "ng-component",
|
|
@@ -163,7 +163,7 @@ class RootCmp {
|
|
|
163
163
|
}
|
|
164
164
|
i0.ɵɵngDeclareClassMetadata({
|
|
165
165
|
minVersion: "12.0.0",
|
|
166
|
-
version: "21.0.
|
|
166
|
+
version: "21.0.9",
|
|
167
167
|
ngImport: i0,
|
|
168
168
|
type: RootCmp,
|
|
169
169
|
decorators: [{
|
package/fesm2022/upgrade.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/router",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.9",
|
|
4
4
|
"description": "Angular - the routing library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"tslib": "^2.3.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@angular/core": "21.0.
|
|
28
|
-
"@angular/common": "21.0.
|
|
29
|
-
"@angular/platform-browser": "21.0.
|
|
27
|
+
"@angular/core": "21.0.9",
|
|
28
|
+
"@angular/common": "21.0.9",
|
|
29
|
+
"@angular/platform-browser": "21.0.9",
|
|
30
30
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
31
31
|
},
|
|
32
32
|
"ng-update": {
|
package/types/router.d.ts
CHANGED
package/types/testing.d.ts
CHANGED
package/types/upgrade.d.ts
CHANGED