@angular/router 21.1.3 → 21.1.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.1.
|
|
2
|
+
* @license Angular v21.1.5
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -312,7 +312,7 @@ function mapChildrenIntoArray(segment, fn) {
|
|
|
312
312
|
class UrlSerializer {
|
|
313
313
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
314
314
|
minVersion: "12.0.0",
|
|
315
|
-
version: "21.1.
|
|
315
|
+
version: "21.1.5",
|
|
316
316
|
ngImport: i0,
|
|
317
317
|
type: UrlSerializer,
|
|
318
318
|
deps: [],
|
|
@@ -320,7 +320,7 @@ class UrlSerializer {
|
|
|
320
320
|
});
|
|
321
321
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
322
322
|
minVersion: "12.0.0",
|
|
323
|
-
version: "21.1.
|
|
323
|
+
version: "21.1.5",
|
|
324
324
|
ngImport: i0,
|
|
325
325
|
type: UrlSerializer,
|
|
326
326
|
providedIn: 'root',
|
|
@@ -329,7 +329,7 @@ class UrlSerializer {
|
|
|
329
329
|
}
|
|
330
330
|
i0.ɵɵngDeclareClassMetadata({
|
|
331
331
|
minVersion: "12.0.0",
|
|
332
|
-
version: "21.1.
|
|
332
|
+
version: "21.1.5",
|
|
333
333
|
ngImport: i0,
|
|
334
334
|
type: UrlSerializer,
|
|
335
335
|
decorators: [{
|
|
@@ -1285,7 +1285,7 @@ class ChildrenOutletContexts {
|
|
|
1285
1285
|
}
|
|
1286
1286
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1287
1287
|
minVersion: "12.0.0",
|
|
1288
|
-
version: "21.1.
|
|
1288
|
+
version: "21.1.5",
|
|
1289
1289
|
ngImport: i0,
|
|
1290
1290
|
type: ChildrenOutletContexts,
|
|
1291
1291
|
deps: [{
|
|
@@ -1295,7 +1295,7 @@ class ChildrenOutletContexts {
|
|
|
1295
1295
|
});
|
|
1296
1296
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1297
1297
|
minVersion: "12.0.0",
|
|
1298
|
-
version: "21.1.
|
|
1298
|
+
version: "21.1.5",
|
|
1299
1299
|
ngImport: i0,
|
|
1300
1300
|
type: ChildrenOutletContexts,
|
|
1301
1301
|
providedIn: 'root'
|
|
@@ -1303,7 +1303,7 @@ class ChildrenOutletContexts {
|
|
|
1303
1303
|
}
|
|
1304
1304
|
i0.ɵɵngDeclareClassMetadata({
|
|
1305
1305
|
minVersion: "12.0.0",
|
|
1306
|
-
version: "21.1.
|
|
1306
|
+
version: "21.1.5",
|
|
1307
1307
|
ngImport: i0,
|
|
1308
1308
|
type: ChildrenOutletContexts,
|
|
1309
1309
|
decorators: [{
|
|
@@ -1760,7 +1760,7 @@ class RouterOutlet {
|
|
|
1760
1760
|
}
|
|
1761
1761
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1762
1762
|
minVersion: "12.0.0",
|
|
1763
|
-
version: "21.1.
|
|
1763
|
+
version: "21.1.5",
|
|
1764
1764
|
ngImport: i0,
|
|
1765
1765
|
type: RouterOutlet,
|
|
1766
1766
|
deps: [],
|
|
@@ -1768,7 +1768,7 @@ class RouterOutlet {
|
|
|
1768
1768
|
});
|
|
1769
1769
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1770
1770
|
minVersion: "17.1.0",
|
|
1771
|
-
version: "21.1.
|
|
1771
|
+
version: "21.1.5",
|
|
1772
1772
|
type: RouterOutlet,
|
|
1773
1773
|
isStandalone: true,
|
|
1774
1774
|
selector: "router-outlet",
|
|
@@ -1801,7 +1801,7 @@ class RouterOutlet {
|
|
|
1801
1801
|
}
|
|
1802
1802
|
i0.ɵɵngDeclareClassMetadata({
|
|
1803
1803
|
minVersion: "12.0.0",
|
|
1804
|
-
version: "21.1.
|
|
1804
|
+
version: "21.1.5",
|
|
1805
1805
|
ngImport: i0,
|
|
1806
1806
|
type: RouterOutlet,
|
|
1807
1807
|
decorators: [{
|
|
@@ -1910,7 +1910,7 @@ class RoutedComponentInputBinder {
|
|
|
1910
1910
|
}
|
|
1911
1911
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1912
1912
|
minVersion: "12.0.0",
|
|
1913
|
-
version: "21.1.
|
|
1913
|
+
version: "21.1.5",
|
|
1914
1914
|
ngImport: i0,
|
|
1915
1915
|
type: RoutedComponentInputBinder,
|
|
1916
1916
|
deps: [],
|
|
@@ -1918,14 +1918,14 @@ class RoutedComponentInputBinder {
|
|
|
1918
1918
|
});
|
|
1919
1919
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1920
1920
|
minVersion: "12.0.0",
|
|
1921
|
-
version: "21.1.
|
|
1921
|
+
version: "21.1.5",
|
|
1922
1922
|
ngImport: i0,
|
|
1923
1923
|
type: RoutedComponentInputBinder
|
|
1924
1924
|
});
|
|
1925
1925
|
}
|
|
1926
1926
|
i0.ɵɵngDeclareClassMetadata({
|
|
1927
1927
|
minVersion: "12.0.0",
|
|
1928
|
-
version: "21.1.
|
|
1928
|
+
version: "21.1.5",
|
|
1929
1929
|
ngImport: i0,
|
|
1930
1930
|
type: RoutedComponentInputBinder,
|
|
1931
1931
|
decorators: [{
|
|
@@ -1936,7 +1936,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1936
1936
|
class ɵEmptyOutletComponent {
|
|
1937
1937
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1938
1938
|
minVersion: "12.0.0",
|
|
1939
|
-
version: "21.1.
|
|
1939
|
+
version: "21.1.5",
|
|
1940
1940
|
ngImport: i0,
|
|
1941
1941
|
type: ɵEmptyOutletComponent,
|
|
1942
1942
|
deps: [],
|
|
@@ -1944,7 +1944,7 @@ class ɵEmptyOutletComponent {
|
|
|
1944
1944
|
});
|
|
1945
1945
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
1946
1946
|
minVersion: "14.0.0",
|
|
1947
|
-
version: "21.1.
|
|
1947
|
+
version: "21.1.5",
|
|
1948
1948
|
type: ɵEmptyOutletComponent,
|
|
1949
1949
|
isStandalone: true,
|
|
1950
1950
|
selector: "ng-component",
|
|
@@ -1964,7 +1964,7 @@ class ɵEmptyOutletComponent {
|
|
|
1964
1964
|
}
|
|
1965
1965
|
i0.ɵɵngDeclareClassMetadata({
|
|
1966
1966
|
minVersion: "12.0.0",
|
|
1967
|
-
version: "21.1.
|
|
1967
|
+
version: "21.1.5",
|
|
1968
1968
|
ngImport: i0,
|
|
1969
1969
|
type: ɵEmptyOutletComponent,
|
|
1970
1970
|
decorators: [{
|
|
@@ -3275,7 +3275,7 @@ class TitleStrategy {
|
|
|
3275
3275
|
}
|
|
3276
3276
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3277
3277
|
minVersion: "12.0.0",
|
|
3278
|
-
version: "21.1.
|
|
3278
|
+
version: "21.1.5",
|
|
3279
3279
|
ngImport: i0,
|
|
3280
3280
|
type: TitleStrategy,
|
|
3281
3281
|
deps: [],
|
|
@@ -3283,7 +3283,7 @@ class TitleStrategy {
|
|
|
3283
3283
|
});
|
|
3284
3284
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3285
3285
|
minVersion: "12.0.0",
|
|
3286
|
-
version: "21.1.
|
|
3286
|
+
version: "21.1.5",
|
|
3287
3287
|
ngImport: i0,
|
|
3288
3288
|
type: TitleStrategy,
|
|
3289
3289
|
providedIn: 'root',
|
|
@@ -3292,7 +3292,7 @@ class TitleStrategy {
|
|
|
3292
3292
|
}
|
|
3293
3293
|
i0.ɵɵngDeclareClassMetadata({
|
|
3294
3294
|
minVersion: "12.0.0",
|
|
3295
|
-
version: "21.1.
|
|
3295
|
+
version: "21.1.5",
|
|
3296
3296
|
ngImport: i0,
|
|
3297
3297
|
type: TitleStrategy,
|
|
3298
3298
|
decorators: [{
|
|
@@ -3317,7 +3317,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3317
3317
|
}
|
|
3318
3318
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3319
3319
|
minVersion: "12.0.0",
|
|
3320
|
-
version: "21.1.
|
|
3320
|
+
version: "21.1.5",
|
|
3321
3321
|
ngImport: i0,
|
|
3322
3322
|
type: DefaultTitleStrategy,
|
|
3323
3323
|
deps: [{
|
|
@@ -3327,7 +3327,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3327
3327
|
});
|
|
3328
3328
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3329
3329
|
minVersion: "12.0.0",
|
|
3330
|
-
version: "21.1.
|
|
3330
|
+
version: "21.1.5",
|
|
3331
3331
|
ngImport: i0,
|
|
3332
3332
|
type: DefaultTitleStrategy,
|
|
3333
3333
|
providedIn: 'root'
|
|
@@ -3335,7 +3335,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3335
3335
|
}
|
|
3336
3336
|
i0.ɵɵngDeclareClassMetadata({
|
|
3337
3337
|
minVersion: "12.0.0",
|
|
3338
|
-
version: "21.1.
|
|
3338
|
+
version: "21.1.5",
|
|
3339
3339
|
ngImport: i0,
|
|
3340
3340
|
type: DefaultTitleStrategy,
|
|
3341
3341
|
decorators: [{
|
|
@@ -3414,7 +3414,7 @@ class RouterConfigLoader {
|
|
|
3414
3414
|
}
|
|
3415
3415
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3416
3416
|
minVersion: "12.0.0",
|
|
3417
|
-
version: "21.1.
|
|
3417
|
+
version: "21.1.5",
|
|
3418
3418
|
ngImport: i0,
|
|
3419
3419
|
type: RouterConfigLoader,
|
|
3420
3420
|
deps: [],
|
|
@@ -3422,7 +3422,7 @@ class RouterConfigLoader {
|
|
|
3422
3422
|
});
|
|
3423
3423
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3424
3424
|
minVersion: "12.0.0",
|
|
3425
|
-
version: "21.1.
|
|
3425
|
+
version: "21.1.5",
|
|
3426
3426
|
ngImport: i0,
|
|
3427
3427
|
type: RouterConfigLoader,
|
|
3428
3428
|
providedIn: 'root'
|
|
@@ -3430,7 +3430,7 @@ class RouterConfigLoader {
|
|
|
3430
3430
|
}
|
|
3431
3431
|
i0.ɵɵngDeclareClassMetadata({
|
|
3432
3432
|
minVersion: "12.0.0",
|
|
3433
|
-
version: "21.1.
|
|
3433
|
+
version: "21.1.5",
|
|
3434
3434
|
ngImport: i0,
|
|
3435
3435
|
type: RouterConfigLoader,
|
|
3436
3436
|
decorators: [{
|
|
@@ -3495,7 +3495,7 @@ async function maybeResolveResources(value) {
|
|
|
3495
3495
|
class UrlHandlingStrategy {
|
|
3496
3496
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3497
3497
|
minVersion: "12.0.0",
|
|
3498
|
-
version: "21.1.
|
|
3498
|
+
version: "21.1.5",
|
|
3499
3499
|
ngImport: i0,
|
|
3500
3500
|
type: UrlHandlingStrategy,
|
|
3501
3501
|
deps: [],
|
|
@@ -3503,7 +3503,7 @@ class UrlHandlingStrategy {
|
|
|
3503
3503
|
});
|
|
3504
3504
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3505
3505
|
minVersion: "12.0.0",
|
|
3506
|
-
version: "21.1.
|
|
3506
|
+
version: "21.1.5",
|
|
3507
3507
|
ngImport: i0,
|
|
3508
3508
|
type: UrlHandlingStrategy,
|
|
3509
3509
|
providedIn: 'root',
|
|
@@ -3512,7 +3512,7 @@ class UrlHandlingStrategy {
|
|
|
3512
3512
|
}
|
|
3513
3513
|
i0.ɵɵngDeclareClassMetadata({
|
|
3514
3514
|
minVersion: "12.0.0",
|
|
3515
|
-
version: "21.1.
|
|
3515
|
+
version: "21.1.5",
|
|
3516
3516
|
ngImport: i0,
|
|
3517
3517
|
type: UrlHandlingStrategy,
|
|
3518
3518
|
decorators: [{
|
|
@@ -3535,7 +3535,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3535
3535
|
}
|
|
3536
3536
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3537
3537
|
minVersion: "12.0.0",
|
|
3538
|
-
version: "21.1.
|
|
3538
|
+
version: "21.1.5",
|
|
3539
3539
|
ngImport: i0,
|
|
3540
3540
|
type: DefaultUrlHandlingStrategy,
|
|
3541
3541
|
deps: [],
|
|
@@ -3543,7 +3543,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3543
3543
|
});
|
|
3544
3544
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3545
3545
|
minVersion: "12.0.0",
|
|
3546
|
-
version: "21.1.
|
|
3546
|
+
version: "21.1.5",
|
|
3547
3547
|
ngImport: i0,
|
|
3548
3548
|
type: DefaultUrlHandlingStrategy,
|
|
3549
3549
|
providedIn: 'root'
|
|
@@ -3551,7 +3551,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3551
3551
|
}
|
|
3552
3552
|
i0.ɵɵngDeclareClassMetadata({
|
|
3553
3553
|
minVersion: "12.0.0",
|
|
3554
|
-
version: "21.1.
|
|
3554
|
+
version: "21.1.5",
|
|
3555
3555
|
ngImport: i0,
|
|
3556
3556
|
type: DefaultUrlHandlingStrategy,
|
|
3557
3557
|
decorators: [{
|
|
@@ -3944,7 +3944,7 @@ class NavigationTransitions {
|
|
|
3944
3944
|
}
|
|
3945
3945
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3946
3946
|
minVersion: "12.0.0",
|
|
3947
|
-
version: "21.1.
|
|
3947
|
+
version: "21.1.5",
|
|
3948
3948
|
ngImport: i0,
|
|
3949
3949
|
type: NavigationTransitions,
|
|
3950
3950
|
deps: [],
|
|
@@ -3952,7 +3952,7 @@ class NavigationTransitions {
|
|
|
3952
3952
|
});
|
|
3953
3953
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3954
3954
|
minVersion: "12.0.0",
|
|
3955
|
-
version: "21.1.
|
|
3955
|
+
version: "21.1.5",
|
|
3956
3956
|
ngImport: i0,
|
|
3957
3957
|
type: NavigationTransitions,
|
|
3958
3958
|
providedIn: 'root'
|
|
@@ -3960,7 +3960,7 @@ class NavigationTransitions {
|
|
|
3960
3960
|
}
|
|
3961
3961
|
i0.ɵɵngDeclareClassMetadata({
|
|
3962
3962
|
minVersion: "12.0.0",
|
|
3963
|
-
version: "21.1.
|
|
3963
|
+
version: "21.1.5",
|
|
3964
3964
|
ngImport: i0,
|
|
3965
3965
|
type: NavigationTransitions,
|
|
3966
3966
|
decorators: [{
|
|
@@ -4033,7 +4033,7 @@ function destroyDetachedRouteHandle(handle) {
|
|
|
4033
4033
|
class RouteReuseStrategy {
|
|
4034
4034
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4035
4035
|
minVersion: "12.0.0",
|
|
4036
|
-
version: "21.1.
|
|
4036
|
+
version: "21.1.5",
|
|
4037
4037
|
ngImport: i0,
|
|
4038
4038
|
type: RouteReuseStrategy,
|
|
4039
4039
|
deps: [],
|
|
@@ -4041,7 +4041,7 @@ class RouteReuseStrategy {
|
|
|
4041
4041
|
});
|
|
4042
4042
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4043
4043
|
minVersion: "12.0.0",
|
|
4044
|
-
version: "21.1.
|
|
4044
|
+
version: "21.1.5",
|
|
4045
4045
|
ngImport: i0,
|
|
4046
4046
|
type: RouteReuseStrategy,
|
|
4047
4047
|
providedIn: 'root',
|
|
@@ -4050,7 +4050,7 @@ class RouteReuseStrategy {
|
|
|
4050
4050
|
}
|
|
4051
4051
|
i0.ɵɵngDeclareClassMetadata({
|
|
4052
4052
|
minVersion: "12.0.0",
|
|
4053
|
-
version: "21.1.
|
|
4053
|
+
version: "21.1.5",
|
|
4054
4054
|
ngImport: i0,
|
|
4055
4055
|
type: RouteReuseStrategy,
|
|
4056
4056
|
decorators: [{
|
|
@@ -4082,7 +4082,7 @@ class BaseRouteReuseStrategy {
|
|
|
4082
4082
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4083
4083
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4084
4084
|
minVersion: "12.0.0",
|
|
4085
|
-
version: "21.1.
|
|
4085
|
+
version: "21.1.5",
|
|
4086
4086
|
ngImport: i0,
|
|
4087
4087
|
type: DefaultRouteReuseStrategy,
|
|
4088
4088
|
deps: null,
|
|
@@ -4090,7 +4090,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4090
4090
|
});
|
|
4091
4091
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4092
4092
|
minVersion: "12.0.0",
|
|
4093
|
-
version: "21.1.
|
|
4093
|
+
version: "21.1.5",
|
|
4094
4094
|
ngImport: i0,
|
|
4095
4095
|
type: DefaultRouteReuseStrategy,
|
|
4096
4096
|
providedIn: 'root'
|
|
@@ -4098,7 +4098,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4098
4098
|
}
|
|
4099
4099
|
i0.ɵɵngDeclareClassMetadata({
|
|
4100
4100
|
minVersion: "12.0.0",
|
|
4101
|
-
version: "21.1.
|
|
4101
|
+
version: "21.1.5",
|
|
4102
4102
|
ngImport: i0,
|
|
4103
4103
|
type: DefaultRouteReuseStrategy,
|
|
4104
4104
|
decorators: [{
|
|
@@ -4172,7 +4172,7 @@ class StateManager {
|
|
|
4172
4172
|
}
|
|
4173
4173
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4174
4174
|
minVersion: "12.0.0",
|
|
4175
|
-
version: "21.1.
|
|
4175
|
+
version: "21.1.5",
|
|
4176
4176
|
ngImport: i0,
|
|
4177
4177
|
type: StateManager,
|
|
4178
4178
|
deps: [],
|
|
@@ -4180,7 +4180,7 @@ class StateManager {
|
|
|
4180
4180
|
});
|
|
4181
4181
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4182
4182
|
minVersion: "12.0.0",
|
|
4183
|
-
version: "21.1.
|
|
4183
|
+
version: "21.1.5",
|
|
4184
4184
|
ngImport: i0,
|
|
4185
4185
|
type: StateManager,
|
|
4186
4186
|
providedIn: 'root',
|
|
@@ -4189,7 +4189,7 @@ class StateManager {
|
|
|
4189
4189
|
}
|
|
4190
4190
|
i0.ɵɵngDeclareClassMetadata({
|
|
4191
4191
|
minVersion: "12.0.0",
|
|
4192
|
-
version: "21.1.
|
|
4192
|
+
version: "21.1.5",
|
|
4193
4193
|
ngImport: i0,
|
|
4194
4194
|
type: StateManager,
|
|
4195
4195
|
decorators: [{
|
|
@@ -4306,7 +4306,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4306
4306
|
}
|
|
4307
4307
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4308
4308
|
minVersion: "12.0.0",
|
|
4309
|
-
version: "21.1.
|
|
4309
|
+
version: "21.1.5",
|
|
4310
4310
|
ngImport: i0,
|
|
4311
4311
|
type: HistoryStateManager,
|
|
4312
4312
|
deps: null,
|
|
@@ -4314,7 +4314,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4314
4314
|
});
|
|
4315
4315
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4316
4316
|
minVersion: "12.0.0",
|
|
4317
|
-
version: "21.1.
|
|
4317
|
+
version: "21.1.5",
|
|
4318
4318
|
ngImport: i0,
|
|
4319
4319
|
type: HistoryStateManager,
|
|
4320
4320
|
providedIn: 'root'
|
|
@@ -4322,7 +4322,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4322
4322
|
}
|
|
4323
4323
|
i0.ɵɵngDeclareClassMetadata({
|
|
4324
4324
|
minVersion: "12.0.0",
|
|
4325
|
-
version: "21.1.
|
|
4325
|
+
version: "21.1.5",
|
|
4326
4326
|
ngImport: i0,
|
|
4327
4327
|
type: HistoryStateManager,
|
|
4328
4328
|
decorators: [{
|
|
@@ -4635,7 +4635,7 @@ class Router {
|
|
|
4635
4635
|
}
|
|
4636
4636
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4637
4637
|
minVersion: "12.0.0",
|
|
4638
|
-
version: "21.1.
|
|
4638
|
+
version: "21.1.5",
|
|
4639
4639
|
ngImport: i0,
|
|
4640
4640
|
type: Router,
|
|
4641
4641
|
deps: [],
|
|
@@ -4643,7 +4643,7 @@ class Router {
|
|
|
4643
4643
|
});
|
|
4644
4644
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4645
4645
|
minVersion: "12.0.0",
|
|
4646
|
-
version: "21.1.
|
|
4646
|
+
version: "21.1.5",
|
|
4647
4647
|
ngImport: i0,
|
|
4648
4648
|
type: Router,
|
|
4649
4649
|
providedIn: 'root'
|
|
@@ -4651,7 +4651,7 @@ class Router {
|
|
|
4651
4651
|
}
|
|
4652
4652
|
i0.ɵɵngDeclareClassMetadata({
|
|
4653
4653
|
minVersion: "12.0.0",
|
|
4654
|
-
version: "21.1.
|
|
4654
|
+
version: "21.1.5",
|
|
4655
4655
|
ngImport: i0,
|
|
4656
4656
|
type: Router,
|
|
4657
4657
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.
|
|
2
|
+
* @license Angular v21.1.5
|
|
3
3
|
* (c) 2010-2026 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.1.
|
|
160
|
+
version: "21.1.5",
|
|
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.1.
|
|
181
|
+
version: "21.1.5",
|
|
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.1.
|
|
213
|
+
version: "21.1.5",
|
|
214
214
|
ngImport: i0,
|
|
215
215
|
type: RouterLink,
|
|
216
216
|
decorators: [{
|
|
@@ -390,7 +390,7 @@ class RouterLinkActive {
|
|
|
390
390
|
}
|
|
391
391
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
392
392
|
minVersion: "12.0.0",
|
|
393
|
-
version: "21.1.
|
|
393
|
+
version: "21.1.5",
|
|
394
394
|
ngImport: i0,
|
|
395
395
|
type: RouterLinkActive,
|
|
396
396
|
deps: [{
|
|
@@ -406,7 +406,7 @@ class RouterLinkActive {
|
|
|
406
406
|
});
|
|
407
407
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
408
408
|
minVersion: "14.0.0",
|
|
409
|
-
version: "21.1.
|
|
409
|
+
version: "21.1.5",
|
|
410
410
|
type: RouterLinkActive,
|
|
411
411
|
isStandalone: true,
|
|
412
412
|
selector: "[routerLinkActive]",
|
|
@@ -430,7 +430,7 @@ class RouterLinkActive {
|
|
|
430
430
|
}
|
|
431
431
|
i0.ɵɵngDeclareClassMetadata({
|
|
432
432
|
minVersion: "12.0.0",
|
|
433
|
-
version: "21.1.
|
|
433
|
+
version: "21.1.5",
|
|
434
434
|
ngImport: i0,
|
|
435
435
|
type: RouterLinkActive,
|
|
436
436
|
decorators: [{
|
|
@@ -481,7 +481,7 @@ class PreloadAllModules {
|
|
|
481
481
|
}
|
|
482
482
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
483
483
|
minVersion: "12.0.0",
|
|
484
|
-
version: "21.1.
|
|
484
|
+
version: "21.1.5",
|
|
485
485
|
ngImport: i0,
|
|
486
486
|
type: PreloadAllModules,
|
|
487
487
|
deps: [],
|
|
@@ -489,7 +489,7 @@ class PreloadAllModules {
|
|
|
489
489
|
});
|
|
490
490
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
491
491
|
minVersion: "12.0.0",
|
|
492
|
-
version: "21.1.
|
|
492
|
+
version: "21.1.5",
|
|
493
493
|
ngImport: i0,
|
|
494
494
|
type: PreloadAllModules,
|
|
495
495
|
providedIn: 'root'
|
|
@@ -497,7 +497,7 @@ class PreloadAllModules {
|
|
|
497
497
|
}
|
|
498
498
|
i0.ɵɵngDeclareClassMetadata({
|
|
499
499
|
minVersion: "12.0.0",
|
|
500
|
-
version: "21.1.
|
|
500
|
+
version: "21.1.5",
|
|
501
501
|
ngImport: i0,
|
|
502
502
|
type: PreloadAllModules,
|
|
503
503
|
decorators: [{
|
|
@@ -513,7 +513,7 @@ class NoPreloading {
|
|
|
513
513
|
}
|
|
514
514
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
515
515
|
minVersion: "12.0.0",
|
|
516
|
-
version: "21.1.
|
|
516
|
+
version: "21.1.5",
|
|
517
517
|
ngImport: i0,
|
|
518
518
|
type: NoPreloading,
|
|
519
519
|
deps: [],
|
|
@@ -521,7 +521,7 @@ class NoPreloading {
|
|
|
521
521
|
});
|
|
522
522
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
523
523
|
minVersion: "12.0.0",
|
|
524
|
-
version: "21.1.
|
|
524
|
+
version: "21.1.5",
|
|
525
525
|
ngImport: i0,
|
|
526
526
|
type: NoPreloading,
|
|
527
527
|
providedIn: 'root'
|
|
@@ -529,7 +529,7 @@ class NoPreloading {
|
|
|
529
529
|
}
|
|
530
530
|
i0.ɵɵngDeclareClassMetadata({
|
|
531
531
|
minVersion: "12.0.0",
|
|
532
|
-
version: "21.1.
|
|
532
|
+
version: "21.1.5",
|
|
533
533
|
ngImport: i0,
|
|
534
534
|
type: NoPreloading,
|
|
535
535
|
decorators: [{
|
|
@@ -610,7 +610,7 @@ class RouterPreloader {
|
|
|
610
610
|
}
|
|
611
611
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
612
612
|
minVersion: "12.0.0",
|
|
613
|
-
version: "21.1.
|
|
613
|
+
version: "21.1.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.1.
|
|
629
|
+
version: "21.1.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.1.
|
|
637
|
+
version: "21.1.5",
|
|
638
638
|
ngImport: i0,
|
|
639
639
|
type: RouterPreloader,
|
|
640
640
|
decorators: [{
|
|
@@ -736,7 +736,7 @@ class RouterScroller {
|
|
|
736
736
|
}
|
|
737
737
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
738
738
|
minVersion: "12.0.0",
|
|
739
|
-
version: "21.1.
|
|
739
|
+
version: "21.1.5",
|
|
740
740
|
ngImport: i0,
|
|
741
741
|
type: RouterScroller,
|
|
742
742
|
deps: "invalid",
|
|
@@ -744,14 +744,14 @@ class RouterScroller {
|
|
|
744
744
|
});
|
|
745
745
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
746
746
|
minVersion: "12.0.0",
|
|
747
|
-
version: "21.1.
|
|
747
|
+
version: "21.1.5",
|
|
748
748
|
ngImport: i0,
|
|
749
749
|
type: RouterScroller
|
|
750
750
|
});
|
|
751
751
|
}
|
|
752
752
|
i0.ɵɵngDeclareClassMetadata({
|
|
753
753
|
minVersion: "12.0.0",
|
|
754
|
-
version: "21.1.
|
|
754
|
+
version: "21.1.5",
|
|
755
755
|
ngImport: i0,
|
|
756
756
|
type: RouterScroller,
|
|
757
757
|
decorators: [{
|
|
@@ -993,7 +993,7 @@ class NavigationStateManager extends StateManager {
|
|
|
993
993
|
}
|
|
994
994
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
995
995
|
minVersion: "12.0.0",
|
|
996
|
-
version: "21.1.
|
|
996
|
+
version: "21.1.5",
|
|
997
997
|
ngImport: i0,
|
|
998
998
|
type: NavigationStateManager,
|
|
999
999
|
deps: [],
|
|
@@ -1001,7 +1001,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1001
1001
|
});
|
|
1002
1002
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1003
1003
|
minVersion: "12.0.0",
|
|
1004
|
-
version: "21.1.
|
|
1004
|
+
version: "21.1.5",
|
|
1005
1005
|
ngImport: i0,
|
|
1006
1006
|
type: NavigationStateManager,
|
|
1007
1007
|
providedIn: 'root'
|
|
@@ -1009,7 +1009,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1009
1009
|
}
|
|
1010
1010
|
i0.ɵɵngDeclareClassMetadata({
|
|
1011
1011
|
minVersion: "12.0.0",
|
|
1012
|
-
version: "21.1.
|
|
1012
|
+
version: "21.1.5",
|
|
1013
1013
|
ngImport: i0,
|
|
1014
1014
|
type: NavigationStateManager,
|
|
1015
1015
|
decorators: [{
|
|
@@ -1308,7 +1308,7 @@ class RouterModule {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1310
1310
|
minVersion: "12.0.0",
|
|
1311
|
-
version: "21.1.
|
|
1311
|
+
version: "21.1.5",
|
|
1312
1312
|
ngImport: i0,
|
|
1313
1313
|
type: RouterModule,
|
|
1314
1314
|
deps: [],
|
|
@@ -1316,7 +1316,7 @@ class RouterModule {
|
|
|
1316
1316
|
});
|
|
1317
1317
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1318
1318
|
minVersion: "14.0.0",
|
|
1319
|
-
version: "21.1.
|
|
1319
|
+
version: "21.1.5",
|
|
1320
1320
|
ngImport: i0,
|
|
1321
1321
|
type: RouterModule,
|
|
1322
1322
|
imports: [RouterOutlet, RouterLink, RouterLinkActive, _EmptyOutletComponent],
|
|
@@ -1324,14 +1324,14 @@ class RouterModule {
|
|
|
1324
1324
|
});
|
|
1325
1325
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1326
1326
|
minVersion: "12.0.0",
|
|
1327
|
-
version: "21.1.
|
|
1327
|
+
version: "21.1.5",
|
|
1328
1328
|
ngImport: i0,
|
|
1329
1329
|
type: RouterModule
|
|
1330
1330
|
});
|
|
1331
1331
|
}
|
|
1332
1332
|
i0.ɵɵngDeclareClassMetadata({
|
|
1333
1333
|
minVersion: "12.0.0",
|
|
1334
|
-
version: "21.1.
|
|
1334
|
+
version: "21.1.5",
|
|
1335
1335
|
ngImport: i0,
|
|
1336
1336
|
type: RouterModule,
|
|
1337
1337
|
decorators: [{
|
package/fesm2022/router.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.
|
|
2
|
+
* @license Angular v21.1.5
|
|
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.1.
|
|
31
|
+
const VERSION = /* @__PURE__ */new Version('21.1.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.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.1.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.1.
|
|
2
|
+
* @license Angular v21.1.5
|
|
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.1.
|
|
36
|
+
version: "21.1.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.1.
|
|
44
|
+
version: "21.1.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.1.
|
|
51
|
+
version: "21.1.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.1.
|
|
64
|
+
version: "21.1.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.1.
|
|
100
|
+
version: "21.1.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.1.
|
|
108
|
+
version: "21.1.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.1.
|
|
116
|
+
version: "21.1.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.1.
|
|
133
|
+
version: "21.1.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.1.
|
|
141
|
+
version: "21.1.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.1.
|
|
166
|
+
version: "21.1.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.1.
|
|
3
|
+
"version": "21.1.5",
|
|
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.1.
|
|
31
|
-
"@angular/common": "21.1.
|
|
32
|
-
"@angular/platform-browser": "21.1.
|
|
30
|
+
"@angular/core": "21.1.5",
|
|
31
|
+
"@angular/common": "21.1.5",
|
|
32
|
+
"@angular/platform-browser": "21.1.5",
|
|
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