@angular/router 21.0.4 → 21.0.5
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.5
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
3946
3946
|
ngImport: i0,
|
|
3947
3947
|
type: DefaultUrlHandlingStrategy,
|
|
3948
3948
|
decorators: [{
|
|
@@ -4324,7 +4324,7 @@ class NavigationTransitions {
|
|
|
4324
4324
|
}
|
|
4325
4325
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4326
4326
|
minVersion: "12.0.0",
|
|
4327
|
-
version: "21.0.
|
|
4327
|
+
version: "21.0.5",
|
|
4328
4328
|
ngImport: i0,
|
|
4329
4329
|
type: NavigationTransitions,
|
|
4330
4330
|
deps: [],
|
|
@@ -4332,7 +4332,7 @@ class NavigationTransitions {
|
|
|
4332
4332
|
});
|
|
4333
4333
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4334
4334
|
minVersion: "12.0.0",
|
|
4335
|
-
version: "21.0.
|
|
4335
|
+
version: "21.0.5",
|
|
4336
4336
|
ngImport: i0,
|
|
4337
4337
|
type: NavigationTransitions,
|
|
4338
4338
|
providedIn: 'root'
|
|
@@ -4340,7 +4340,7 @@ class NavigationTransitions {
|
|
|
4340
4340
|
}
|
|
4341
4341
|
i0.ɵɵngDeclareClassMetadata({
|
|
4342
4342
|
minVersion: "12.0.0",
|
|
4343
|
-
version: "21.0.
|
|
4343
|
+
version: "21.0.5",
|
|
4344
4344
|
ngImport: i0,
|
|
4345
4345
|
type: NavigationTransitions,
|
|
4346
4346
|
decorators: [{
|
|
@@ -4358,7 +4358,7 @@ function isBrowserTriggeredNavigation(source) {
|
|
|
4358
4358
|
class RouteReuseStrategy {
|
|
4359
4359
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4360
4360
|
minVersion: "12.0.0",
|
|
4361
|
-
version: "21.0.
|
|
4361
|
+
version: "21.0.5",
|
|
4362
4362
|
ngImport: i0,
|
|
4363
4363
|
type: RouteReuseStrategy,
|
|
4364
4364
|
deps: [],
|
|
@@ -4366,7 +4366,7 @@ class RouteReuseStrategy {
|
|
|
4366
4366
|
});
|
|
4367
4367
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4368
4368
|
minVersion: "12.0.0",
|
|
4369
|
-
version: "21.0.
|
|
4369
|
+
version: "21.0.5",
|
|
4370
4370
|
ngImport: i0,
|
|
4371
4371
|
type: RouteReuseStrategy,
|
|
4372
4372
|
providedIn: 'root',
|
|
@@ -4375,7 +4375,7 @@ class RouteReuseStrategy {
|
|
|
4375
4375
|
}
|
|
4376
4376
|
i0.ɵɵngDeclareClassMetadata({
|
|
4377
4377
|
minVersion: "12.0.0",
|
|
4378
|
-
version: "21.0.
|
|
4378
|
+
version: "21.0.5",
|
|
4379
4379
|
ngImport: i0,
|
|
4380
4380
|
type: RouteReuseStrategy,
|
|
4381
4381
|
decorators: [{
|
|
@@ -4404,7 +4404,7 @@ class BaseRouteReuseStrategy {
|
|
|
4404
4404
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4405
4405
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4406
4406
|
minVersion: "12.0.0",
|
|
4407
|
-
version: "21.0.
|
|
4407
|
+
version: "21.0.5",
|
|
4408
4408
|
ngImport: i0,
|
|
4409
4409
|
type: DefaultRouteReuseStrategy,
|
|
4410
4410
|
deps: null,
|
|
@@ -4412,7 +4412,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4412
4412
|
});
|
|
4413
4413
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4414
4414
|
minVersion: "12.0.0",
|
|
4415
|
-
version: "21.0.
|
|
4415
|
+
version: "21.0.5",
|
|
4416
4416
|
ngImport: i0,
|
|
4417
4417
|
type: DefaultRouteReuseStrategy,
|
|
4418
4418
|
providedIn: 'root'
|
|
@@ -4420,7 +4420,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4420
4420
|
}
|
|
4421
4421
|
i0.ɵɵngDeclareClassMetadata({
|
|
4422
4422
|
minVersion: "12.0.0",
|
|
4423
|
-
version: "21.0.
|
|
4423
|
+
version: "21.0.5",
|
|
4424
4424
|
ngImport: i0,
|
|
4425
4425
|
type: DefaultRouteReuseStrategy,
|
|
4426
4426
|
decorators: [{
|
|
@@ -4495,7 +4495,7 @@ class StateManager {
|
|
|
4495
4495
|
}
|
|
4496
4496
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4497
4497
|
minVersion: "12.0.0",
|
|
4498
|
-
version: "21.0.
|
|
4498
|
+
version: "21.0.5",
|
|
4499
4499
|
ngImport: i0,
|
|
4500
4500
|
type: StateManager,
|
|
4501
4501
|
deps: [],
|
|
@@ -4503,7 +4503,7 @@ class StateManager {
|
|
|
4503
4503
|
});
|
|
4504
4504
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4505
4505
|
minVersion: "12.0.0",
|
|
4506
|
-
version: "21.0.
|
|
4506
|
+
version: "21.0.5",
|
|
4507
4507
|
ngImport: i0,
|
|
4508
4508
|
type: StateManager,
|
|
4509
4509
|
providedIn: 'root',
|
|
@@ -4512,7 +4512,7 @@ class StateManager {
|
|
|
4512
4512
|
}
|
|
4513
4513
|
i0.ɵɵngDeclareClassMetadata({
|
|
4514
4514
|
minVersion: "12.0.0",
|
|
4515
|
-
version: "21.0.
|
|
4515
|
+
version: "21.0.5",
|
|
4516
4516
|
ngImport: i0,
|
|
4517
4517
|
type: StateManager,
|
|
4518
4518
|
decorators: [{
|
|
@@ -4625,7 +4625,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4625
4625
|
}
|
|
4626
4626
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4627
4627
|
minVersion: "12.0.0",
|
|
4628
|
-
version: "21.0.
|
|
4628
|
+
version: "21.0.5",
|
|
4629
4629
|
ngImport: i0,
|
|
4630
4630
|
type: HistoryStateManager,
|
|
4631
4631
|
deps: null,
|
|
@@ -4633,7 +4633,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4633
4633
|
});
|
|
4634
4634
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4635
4635
|
minVersion: "12.0.0",
|
|
4636
|
-
version: "21.0.
|
|
4636
|
+
version: "21.0.5",
|
|
4637
4637
|
ngImport: i0,
|
|
4638
4638
|
type: HistoryStateManager,
|
|
4639
4639
|
providedIn: 'root'
|
|
@@ -4641,7 +4641,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4641
4641
|
}
|
|
4642
4642
|
i0.ɵɵngDeclareClassMetadata({
|
|
4643
4643
|
minVersion: "12.0.0",
|
|
4644
|
-
version: "21.0.
|
|
4644
|
+
version: "21.0.5",
|
|
4645
4645
|
ngImport: i0,
|
|
4646
4646
|
type: HistoryStateManager,
|
|
4647
4647
|
decorators: [{
|
|
@@ -4955,7 +4955,7 @@ class Router {
|
|
|
4955
4955
|
}
|
|
4956
4956
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4957
4957
|
minVersion: "12.0.0",
|
|
4958
|
-
version: "21.0.
|
|
4958
|
+
version: "21.0.5",
|
|
4959
4959
|
ngImport: i0,
|
|
4960
4960
|
type: Router,
|
|
4961
4961
|
deps: [],
|
|
@@ -4963,7 +4963,7 @@ class Router {
|
|
|
4963
4963
|
});
|
|
4964
4964
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4965
4965
|
minVersion: "12.0.0",
|
|
4966
|
-
version: "21.0.
|
|
4966
|
+
version: "21.0.5",
|
|
4967
4967
|
ngImport: i0,
|
|
4968
4968
|
type: Router,
|
|
4969
4969
|
providedIn: 'root'
|
|
@@ -4971,7 +4971,7 @@ class Router {
|
|
|
4971
4971
|
}
|
|
4972
4972
|
i0.ɵɵngDeclareClassMetadata({
|
|
4973
4973
|
minVersion: "12.0.0",
|
|
4974
|
-
version: "21.0.
|
|
4974
|
+
version: "21.0.5",
|
|
4975
4975
|
ngImport: i0,
|
|
4976
4976
|
type: Router,
|
|
4977
4977
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.5
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -166,7 +166,7 @@ class RouterLink {
|
|
|
166
166
|
}
|
|
167
167
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
168
168
|
minVersion: "12.0.0",
|
|
169
|
-
version: "21.0.
|
|
169
|
+
version: "21.0.5",
|
|
170
170
|
ngImport: i0,
|
|
171
171
|
type: RouterLink,
|
|
172
172
|
deps: [{
|
|
@@ -187,7 +187,7 @@ class RouterLink {
|
|
|
187
187
|
});
|
|
188
188
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
189
189
|
minVersion: "16.1.0",
|
|
190
|
-
version: "21.0.
|
|
190
|
+
version: "21.0.5",
|
|
191
191
|
type: RouterLink,
|
|
192
192
|
isStandalone: true,
|
|
193
193
|
selector: "[routerLink]",
|
|
@@ -219,7 +219,7 @@ class RouterLink {
|
|
|
219
219
|
}
|
|
220
220
|
i0.ɵɵngDeclareClassMetadata({
|
|
221
221
|
minVersion: "12.0.0",
|
|
222
|
-
version: "21.0.
|
|
222
|
+
version: "21.0.5",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: RouterLink,
|
|
225
225
|
decorators: [{
|
|
@@ -395,7 +395,7 @@ class RouterLinkActive {
|
|
|
395
395
|
}
|
|
396
396
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
397
397
|
minVersion: "12.0.0",
|
|
398
|
-
version: "21.0.
|
|
398
|
+
version: "21.0.5",
|
|
399
399
|
ngImport: i0,
|
|
400
400
|
type: RouterLinkActive,
|
|
401
401
|
deps: [{
|
|
@@ -411,7 +411,7 @@ class RouterLinkActive {
|
|
|
411
411
|
});
|
|
412
412
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
413
413
|
minVersion: "14.0.0",
|
|
414
|
-
version: "21.0.
|
|
414
|
+
version: "21.0.5",
|
|
415
415
|
type: RouterLinkActive,
|
|
416
416
|
isStandalone: true,
|
|
417
417
|
selector: "[routerLinkActive]",
|
|
@@ -435,7 +435,7 @@ class RouterLinkActive {
|
|
|
435
435
|
}
|
|
436
436
|
i0.ɵɵngDeclareClassMetadata({
|
|
437
437
|
minVersion: "12.0.0",
|
|
438
|
-
version: "21.0.
|
|
438
|
+
version: "21.0.5",
|
|
439
439
|
ngImport: i0,
|
|
440
440
|
type: RouterLinkActive,
|
|
441
441
|
decorators: [{
|
|
@@ -486,7 +486,7 @@ class PreloadAllModules {
|
|
|
486
486
|
}
|
|
487
487
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
488
488
|
minVersion: "12.0.0",
|
|
489
|
-
version: "21.0.
|
|
489
|
+
version: "21.0.5",
|
|
490
490
|
ngImport: i0,
|
|
491
491
|
type: PreloadAllModules,
|
|
492
492
|
deps: [],
|
|
@@ -494,7 +494,7 @@ class PreloadAllModules {
|
|
|
494
494
|
});
|
|
495
495
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
496
496
|
minVersion: "12.0.0",
|
|
497
|
-
version: "21.0.
|
|
497
|
+
version: "21.0.5",
|
|
498
498
|
ngImport: i0,
|
|
499
499
|
type: PreloadAllModules,
|
|
500
500
|
providedIn: 'root'
|
|
@@ -502,7 +502,7 @@ class PreloadAllModules {
|
|
|
502
502
|
}
|
|
503
503
|
i0.ɵɵngDeclareClassMetadata({
|
|
504
504
|
minVersion: "12.0.0",
|
|
505
|
-
version: "21.0.
|
|
505
|
+
version: "21.0.5",
|
|
506
506
|
ngImport: i0,
|
|
507
507
|
type: PreloadAllModules,
|
|
508
508
|
decorators: [{
|
|
@@ -518,7 +518,7 @@ class NoPreloading {
|
|
|
518
518
|
}
|
|
519
519
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
520
520
|
minVersion: "12.0.0",
|
|
521
|
-
version: "21.0.
|
|
521
|
+
version: "21.0.5",
|
|
522
522
|
ngImport: i0,
|
|
523
523
|
type: NoPreloading,
|
|
524
524
|
deps: [],
|
|
@@ -526,7 +526,7 @@ class NoPreloading {
|
|
|
526
526
|
});
|
|
527
527
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
528
528
|
minVersion: "12.0.0",
|
|
529
|
-
version: "21.0.
|
|
529
|
+
version: "21.0.5",
|
|
530
530
|
ngImport: i0,
|
|
531
531
|
type: NoPreloading,
|
|
532
532
|
providedIn: 'root'
|
|
@@ -534,7 +534,7 @@ class NoPreloading {
|
|
|
534
534
|
}
|
|
535
535
|
i0.ɵɵngDeclareClassMetadata({
|
|
536
536
|
minVersion: "12.0.0",
|
|
537
|
-
version: "21.0.
|
|
537
|
+
version: "21.0.5",
|
|
538
538
|
ngImport: i0,
|
|
539
539
|
type: NoPreloading,
|
|
540
540
|
decorators: [{
|
|
@@ -610,7 +610,7 @@ class RouterPreloader {
|
|
|
610
610
|
}
|
|
611
611
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
612
612
|
minVersion: "12.0.0",
|
|
613
|
-
version: "21.0.
|
|
613
|
+
version: "21.0.5",
|
|
614
614
|
ngImport: i0,
|
|
615
615
|
type: RouterPreloader,
|
|
616
616
|
deps: [{
|
|
@@ -626,7 +626,7 @@ class RouterPreloader {
|
|
|
626
626
|
});
|
|
627
627
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
628
628
|
minVersion: "12.0.0",
|
|
629
|
-
version: "21.0.
|
|
629
|
+
version: "21.0.5",
|
|
630
630
|
ngImport: i0,
|
|
631
631
|
type: RouterPreloader,
|
|
632
632
|
providedIn: 'root'
|
|
@@ -634,7 +634,7 @@ class RouterPreloader {
|
|
|
634
634
|
}
|
|
635
635
|
i0.ɵɵngDeclareClassMetadata({
|
|
636
636
|
minVersion: "12.0.0",
|
|
637
|
-
version: "21.0.
|
|
637
|
+
version: "21.0.5",
|
|
638
638
|
ngImport: i0,
|
|
639
639
|
type: RouterPreloader,
|
|
640
640
|
decorators: [{
|
|
@@ -739,7 +739,7 @@ class RouterScroller {
|
|
|
739
739
|
}
|
|
740
740
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
741
741
|
minVersion: "12.0.0",
|
|
742
|
-
version: "21.0.
|
|
742
|
+
version: "21.0.5",
|
|
743
743
|
ngImport: i0,
|
|
744
744
|
type: RouterScroller,
|
|
745
745
|
deps: "invalid",
|
|
@@ -747,14 +747,14 @@ class RouterScroller {
|
|
|
747
747
|
});
|
|
748
748
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
749
749
|
minVersion: "12.0.0",
|
|
750
|
-
version: "21.0.
|
|
750
|
+
version: "21.0.5",
|
|
751
751
|
ngImport: i0,
|
|
752
752
|
type: RouterScroller
|
|
753
753
|
});
|
|
754
754
|
}
|
|
755
755
|
i0.ɵɵngDeclareClassMetadata({
|
|
756
756
|
minVersion: "12.0.0",
|
|
757
|
-
version: "21.0.
|
|
757
|
+
version: "21.0.5",
|
|
758
758
|
ngImport: i0,
|
|
759
759
|
type: RouterScroller,
|
|
760
760
|
decorators: [{
|
|
@@ -800,7 +800,7 @@ class NavigationStateManager extends HistoryStateManager {
|
|
|
800
800
|
}
|
|
801
801
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
802
802
|
minVersion: "12.0.0",
|
|
803
|
-
version: "21.0.
|
|
803
|
+
version: "21.0.5",
|
|
804
804
|
ngImport: i0,
|
|
805
805
|
type: NavigationStateManager,
|
|
806
806
|
deps: null,
|
|
@@ -808,7 +808,7 @@ class NavigationStateManager extends HistoryStateManager {
|
|
|
808
808
|
});
|
|
809
809
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
810
810
|
minVersion: "12.0.0",
|
|
811
|
-
version: "21.0.
|
|
811
|
+
version: "21.0.5",
|
|
812
812
|
ngImport: i0,
|
|
813
813
|
type: NavigationStateManager,
|
|
814
814
|
providedIn: 'root'
|
|
@@ -816,7 +816,7 @@ class NavigationStateManager extends HistoryStateManager {
|
|
|
816
816
|
}
|
|
817
817
|
i0.ɵɵngDeclareClassMetadata({
|
|
818
818
|
minVersion: "12.0.0",
|
|
819
|
-
version: "21.0.
|
|
819
|
+
version: "21.0.5",
|
|
820
820
|
ngImport: i0,
|
|
821
821
|
type: NavigationStateManager,
|
|
822
822
|
decorators: [{
|
|
@@ -1109,7 +1109,7 @@ class RouterModule {
|
|
|
1109
1109
|
}
|
|
1110
1110
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1111
1111
|
minVersion: "12.0.0",
|
|
1112
|
-
version: "21.0.
|
|
1112
|
+
version: "21.0.5",
|
|
1113
1113
|
ngImport: i0,
|
|
1114
1114
|
type: RouterModule,
|
|
1115
1115
|
deps: [],
|
|
@@ -1117,7 +1117,7 @@ class RouterModule {
|
|
|
1117
1117
|
});
|
|
1118
1118
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1119
1119
|
minVersion: "14.0.0",
|
|
1120
|
-
version: "21.0.
|
|
1120
|
+
version: "21.0.5",
|
|
1121
1121
|
ngImport: i0,
|
|
1122
1122
|
type: RouterModule,
|
|
1123
1123
|
imports: [RouterOutlet, RouterLink, RouterLinkActive, _EmptyOutletComponent],
|
|
@@ -1125,14 +1125,14 @@ class RouterModule {
|
|
|
1125
1125
|
});
|
|
1126
1126
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1127
1127
|
minVersion: "12.0.0",
|
|
1128
|
-
version: "21.0.
|
|
1128
|
+
version: "21.0.5",
|
|
1129
1129
|
ngImport: i0,
|
|
1130
1130
|
type: RouterModule
|
|
1131
1131
|
});
|
|
1132
1132
|
}
|
|
1133
1133
|
i0.ɵɵngDeclareClassMetadata({
|
|
1134
1134
|
minVersion: "12.0.0",
|
|
1135
|
-
version: "21.0.
|
|
1135
|
+
version: "21.0.5",
|
|
1136
1136
|
ngImport: i0,
|
|
1137
1137
|
type: RouterModule,
|
|
1138
1138
|
decorators: [{
|
package/fesm2022/router.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.5
|
|
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.5');
|
|
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.0.
|
|
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.0.5');\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.5
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
28
|
+
"@angular/common": "21.0.5",
|
|
29
|
+
"@angular/platform-browser": "21.0.5",
|
|
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