@angular/router 22.0.0-next.6 → 22.0.0-next.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/_router-chunk.mjs +50 -50
- package/fesm2022/_router-chunk.mjs.map +1 -1
- package/fesm2022/_router_module-chunk.mjs +29 -29
- package/fesm2022/router.mjs +2 -2
- package/fesm2022/router.mjs.map +1 -1
- package/fesm2022/testing.mjs +11 -11
- package/fesm2022/upgrade.mjs +1 -1
- package/package.json +4 -4
- package/types/_router_module-chunk.d.ts +9 -7
- 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 v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.8
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -327,7 +327,7 @@ function mapChildrenIntoArray(segment, fn) {
|
|
|
327
327
|
class UrlSerializer {
|
|
328
328
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
329
329
|
minVersion: "12.0.0",
|
|
330
|
-
version: "22.0.0-next.
|
|
330
|
+
version: "22.0.0-next.8",
|
|
331
331
|
ngImport: i0,
|
|
332
332
|
type: UrlSerializer,
|
|
333
333
|
deps: [],
|
|
@@ -335,7 +335,7 @@ class UrlSerializer {
|
|
|
335
335
|
});
|
|
336
336
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
337
337
|
minVersion: "12.0.0",
|
|
338
|
-
version: "22.0.0-next.
|
|
338
|
+
version: "22.0.0-next.8",
|
|
339
339
|
ngImport: i0,
|
|
340
340
|
type: UrlSerializer,
|
|
341
341
|
providedIn: 'root',
|
|
@@ -344,7 +344,7 @@ class UrlSerializer {
|
|
|
344
344
|
}
|
|
345
345
|
i0.ɵɵngDeclareClassMetadata({
|
|
346
346
|
minVersion: "12.0.0",
|
|
347
|
-
version: "22.0.0-next.
|
|
347
|
+
version: "22.0.0-next.8",
|
|
348
348
|
ngImport: i0,
|
|
349
349
|
type: UrlSerializer,
|
|
350
350
|
decorators: [{
|
|
@@ -455,7 +455,7 @@ class UrlParser {
|
|
|
455
455
|
this.remaining = url;
|
|
456
456
|
}
|
|
457
457
|
parseRootSegment() {
|
|
458
|
-
this.consumeOptional('/')
|
|
458
|
+
while (this.consumeOptional('/')) {}
|
|
459
459
|
if (this.remaining === '' || this.peekStartsWith('?') || this.peekStartsWith('#')) {
|
|
460
460
|
return new UrlSegmentGroup([], {});
|
|
461
461
|
}
|
|
@@ -1301,7 +1301,7 @@ class ChildrenOutletContexts {
|
|
|
1301
1301
|
}
|
|
1302
1302
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1303
1303
|
minVersion: "12.0.0",
|
|
1304
|
-
version: "22.0.0-next.
|
|
1304
|
+
version: "22.0.0-next.8",
|
|
1305
1305
|
ngImport: i0,
|
|
1306
1306
|
type: ChildrenOutletContexts,
|
|
1307
1307
|
deps: [{
|
|
@@ -1311,7 +1311,7 @@ class ChildrenOutletContexts {
|
|
|
1311
1311
|
});
|
|
1312
1312
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1313
1313
|
minVersion: "12.0.0",
|
|
1314
|
-
version: "22.0.0-next.
|
|
1314
|
+
version: "22.0.0-next.8",
|
|
1315
1315
|
ngImport: i0,
|
|
1316
1316
|
type: ChildrenOutletContexts,
|
|
1317
1317
|
providedIn: 'root'
|
|
@@ -1319,7 +1319,7 @@ class ChildrenOutletContexts {
|
|
|
1319
1319
|
}
|
|
1320
1320
|
i0.ɵɵngDeclareClassMetadata({
|
|
1321
1321
|
minVersion: "12.0.0",
|
|
1322
|
-
version: "22.0.0-next.
|
|
1322
|
+
version: "22.0.0-next.8",
|
|
1323
1323
|
ngImport: i0,
|
|
1324
1324
|
type: ChildrenOutletContexts,
|
|
1325
1325
|
decorators: [{
|
|
@@ -1776,7 +1776,7 @@ class RouterOutlet {
|
|
|
1776
1776
|
}
|
|
1777
1777
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1778
1778
|
minVersion: "12.0.0",
|
|
1779
|
-
version: "22.0.0-next.
|
|
1779
|
+
version: "22.0.0-next.8",
|
|
1780
1780
|
ngImport: i0,
|
|
1781
1781
|
type: RouterOutlet,
|
|
1782
1782
|
deps: [],
|
|
@@ -1784,7 +1784,7 @@ class RouterOutlet {
|
|
|
1784
1784
|
});
|
|
1785
1785
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1786
1786
|
minVersion: "17.1.0",
|
|
1787
|
-
version: "22.0.0-next.
|
|
1787
|
+
version: "22.0.0-next.8",
|
|
1788
1788
|
type: RouterOutlet,
|
|
1789
1789
|
isStandalone: true,
|
|
1790
1790
|
selector: "router-outlet",
|
|
@@ -1817,7 +1817,7 @@ class RouterOutlet {
|
|
|
1817
1817
|
}
|
|
1818
1818
|
i0.ɵɵngDeclareClassMetadata({
|
|
1819
1819
|
minVersion: "12.0.0",
|
|
1820
|
-
version: "22.0.0-next.
|
|
1820
|
+
version: "22.0.0-next.8",
|
|
1821
1821
|
ngImport: i0,
|
|
1822
1822
|
type: RouterOutlet,
|
|
1823
1823
|
decorators: [{
|
|
@@ -1931,7 +1931,7 @@ class RoutedComponentInputBinder {
|
|
|
1931
1931
|
}
|
|
1932
1932
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1933
1933
|
minVersion: "12.0.0",
|
|
1934
|
-
version: "22.0.0-next.
|
|
1934
|
+
version: "22.0.0-next.8",
|
|
1935
1935
|
ngImport: i0,
|
|
1936
1936
|
type: RoutedComponentInputBinder,
|
|
1937
1937
|
deps: "invalid",
|
|
@@ -1939,14 +1939,14 @@ class RoutedComponentInputBinder {
|
|
|
1939
1939
|
});
|
|
1940
1940
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1941
1941
|
minVersion: "12.0.0",
|
|
1942
|
-
version: "22.0.0-next.
|
|
1942
|
+
version: "22.0.0-next.8",
|
|
1943
1943
|
ngImport: i0,
|
|
1944
1944
|
type: RoutedComponentInputBinder
|
|
1945
1945
|
});
|
|
1946
1946
|
}
|
|
1947
1947
|
i0.ɵɵngDeclareClassMetadata({
|
|
1948
1948
|
minVersion: "12.0.0",
|
|
1949
|
-
version: "22.0.0-next.
|
|
1949
|
+
version: "22.0.0-next.8",
|
|
1950
1950
|
ngImport: i0,
|
|
1951
1951
|
type: RoutedComponentInputBinder,
|
|
1952
1952
|
decorators: [{
|
|
@@ -1960,7 +1960,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1960
1960
|
class ɵEmptyOutletComponent {
|
|
1961
1961
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1962
1962
|
minVersion: "12.0.0",
|
|
1963
|
-
version: "22.0.0-next.
|
|
1963
|
+
version: "22.0.0-next.8",
|
|
1964
1964
|
ngImport: i0,
|
|
1965
1965
|
type: ɵEmptyOutletComponent,
|
|
1966
1966
|
deps: [],
|
|
@@ -1968,7 +1968,7 @@ class ɵEmptyOutletComponent {
|
|
|
1968
1968
|
});
|
|
1969
1969
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
1970
1970
|
minVersion: "14.0.0",
|
|
1971
|
-
version: "22.0.0-next.
|
|
1971
|
+
version: "22.0.0-next.8",
|
|
1972
1972
|
type: ɵEmptyOutletComponent,
|
|
1973
1973
|
isStandalone: true,
|
|
1974
1974
|
selector: "ng-component",
|
|
@@ -1989,7 +1989,7 @@ class ɵEmptyOutletComponent {
|
|
|
1989
1989
|
}
|
|
1990
1990
|
i0.ɵɵngDeclareClassMetadata({
|
|
1991
1991
|
minVersion: "12.0.0",
|
|
1992
|
-
version: "22.0.0-next.
|
|
1992
|
+
version: "22.0.0-next.8",
|
|
1993
1993
|
ngImport: i0,
|
|
1994
1994
|
type: ɵEmptyOutletComponent,
|
|
1995
1995
|
decorators: [{
|
|
@@ -3300,7 +3300,7 @@ class TitleStrategy {
|
|
|
3300
3300
|
}
|
|
3301
3301
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3302
3302
|
minVersion: "12.0.0",
|
|
3303
|
-
version: "22.0.0-next.
|
|
3303
|
+
version: "22.0.0-next.8",
|
|
3304
3304
|
ngImport: i0,
|
|
3305
3305
|
type: TitleStrategy,
|
|
3306
3306
|
deps: [],
|
|
@@ -3308,7 +3308,7 @@ class TitleStrategy {
|
|
|
3308
3308
|
});
|
|
3309
3309
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3310
3310
|
minVersion: "12.0.0",
|
|
3311
|
-
version: "22.0.0-next.
|
|
3311
|
+
version: "22.0.0-next.8",
|
|
3312
3312
|
ngImport: i0,
|
|
3313
3313
|
type: TitleStrategy,
|
|
3314
3314
|
providedIn: 'root',
|
|
@@ -3317,7 +3317,7 @@ class TitleStrategy {
|
|
|
3317
3317
|
}
|
|
3318
3318
|
i0.ɵɵngDeclareClassMetadata({
|
|
3319
3319
|
minVersion: "12.0.0",
|
|
3320
|
-
version: "22.0.0-next.
|
|
3320
|
+
version: "22.0.0-next.8",
|
|
3321
3321
|
ngImport: i0,
|
|
3322
3322
|
type: TitleStrategy,
|
|
3323
3323
|
decorators: [{
|
|
@@ -3342,7 +3342,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3342
3342
|
}
|
|
3343
3343
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3344
3344
|
minVersion: "12.0.0",
|
|
3345
|
-
version: "22.0.0-next.
|
|
3345
|
+
version: "22.0.0-next.8",
|
|
3346
3346
|
ngImport: i0,
|
|
3347
3347
|
type: DefaultTitleStrategy,
|
|
3348
3348
|
deps: [{
|
|
@@ -3352,7 +3352,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3352
3352
|
});
|
|
3353
3353
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3354
3354
|
minVersion: "12.0.0",
|
|
3355
|
-
version: "22.0.0-next.
|
|
3355
|
+
version: "22.0.0-next.8",
|
|
3356
3356
|
ngImport: i0,
|
|
3357
3357
|
type: DefaultTitleStrategy,
|
|
3358
3358
|
providedIn: 'root'
|
|
@@ -3360,7 +3360,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3360
3360
|
}
|
|
3361
3361
|
i0.ɵɵngDeclareClassMetadata({
|
|
3362
3362
|
minVersion: "12.0.0",
|
|
3363
|
-
version: "22.0.0-next.
|
|
3363
|
+
version: "22.0.0-next.8",
|
|
3364
3364
|
ngImport: i0,
|
|
3365
3365
|
type: DefaultTitleStrategy,
|
|
3366
3366
|
decorators: [{
|
|
@@ -3439,7 +3439,7 @@ class RouterConfigLoader {
|
|
|
3439
3439
|
}
|
|
3440
3440
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3441
3441
|
minVersion: "12.0.0",
|
|
3442
|
-
version: "22.0.0-next.
|
|
3442
|
+
version: "22.0.0-next.8",
|
|
3443
3443
|
ngImport: i0,
|
|
3444
3444
|
type: RouterConfigLoader,
|
|
3445
3445
|
deps: [],
|
|
@@ -3447,7 +3447,7 @@ class RouterConfigLoader {
|
|
|
3447
3447
|
});
|
|
3448
3448
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3449
3449
|
minVersion: "12.0.0",
|
|
3450
|
-
version: "22.0.0-next.
|
|
3450
|
+
version: "22.0.0-next.8",
|
|
3451
3451
|
ngImport: i0,
|
|
3452
3452
|
type: RouterConfigLoader,
|
|
3453
3453
|
providedIn: 'root'
|
|
@@ -3455,7 +3455,7 @@ class RouterConfigLoader {
|
|
|
3455
3455
|
}
|
|
3456
3456
|
i0.ɵɵngDeclareClassMetadata({
|
|
3457
3457
|
minVersion: "12.0.0",
|
|
3458
|
-
version: "22.0.0-next.
|
|
3458
|
+
version: "22.0.0-next.8",
|
|
3459
3459
|
ngImport: i0,
|
|
3460
3460
|
type: RouterConfigLoader,
|
|
3461
3461
|
decorators: [{
|
|
@@ -3520,7 +3520,7 @@ async function maybeResolveResources(value) {
|
|
|
3520
3520
|
class UrlHandlingStrategy {
|
|
3521
3521
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3522
3522
|
minVersion: "12.0.0",
|
|
3523
|
-
version: "22.0.0-next.
|
|
3523
|
+
version: "22.0.0-next.8",
|
|
3524
3524
|
ngImport: i0,
|
|
3525
3525
|
type: UrlHandlingStrategy,
|
|
3526
3526
|
deps: [],
|
|
@@ -3528,7 +3528,7 @@ class UrlHandlingStrategy {
|
|
|
3528
3528
|
});
|
|
3529
3529
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3530
3530
|
minVersion: "12.0.0",
|
|
3531
|
-
version: "22.0.0-next.
|
|
3531
|
+
version: "22.0.0-next.8",
|
|
3532
3532
|
ngImport: i0,
|
|
3533
3533
|
type: UrlHandlingStrategy,
|
|
3534
3534
|
providedIn: 'root',
|
|
@@ -3537,7 +3537,7 @@ class UrlHandlingStrategy {
|
|
|
3537
3537
|
}
|
|
3538
3538
|
i0.ɵɵngDeclareClassMetadata({
|
|
3539
3539
|
minVersion: "12.0.0",
|
|
3540
|
-
version: "22.0.0-next.
|
|
3540
|
+
version: "22.0.0-next.8",
|
|
3541
3541
|
ngImport: i0,
|
|
3542
3542
|
type: UrlHandlingStrategy,
|
|
3543
3543
|
decorators: [{
|
|
@@ -3560,7 +3560,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3560
3560
|
}
|
|
3561
3561
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3562
3562
|
minVersion: "12.0.0",
|
|
3563
|
-
version: "22.0.0-next.
|
|
3563
|
+
version: "22.0.0-next.8",
|
|
3564
3564
|
ngImport: i0,
|
|
3565
3565
|
type: DefaultUrlHandlingStrategy,
|
|
3566
3566
|
deps: [],
|
|
@@ -3568,7 +3568,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3568
3568
|
});
|
|
3569
3569
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3570
3570
|
minVersion: "12.0.0",
|
|
3571
|
-
version: "22.0.0-next.
|
|
3571
|
+
version: "22.0.0-next.8",
|
|
3572
3572
|
ngImport: i0,
|
|
3573
3573
|
type: DefaultUrlHandlingStrategy,
|
|
3574
3574
|
providedIn: 'root'
|
|
@@ -3576,7 +3576,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3576
3576
|
}
|
|
3577
3577
|
i0.ɵɵngDeclareClassMetadata({
|
|
3578
3578
|
minVersion: "12.0.0",
|
|
3579
|
-
version: "22.0.0-next.
|
|
3579
|
+
version: "22.0.0-next.8",
|
|
3580
3580
|
ngImport: i0,
|
|
3581
3581
|
type: DefaultUrlHandlingStrategy,
|
|
3582
3582
|
decorators: [{
|
|
@@ -3975,7 +3975,7 @@ class NavigationTransitions {
|
|
|
3975
3975
|
}
|
|
3976
3976
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3977
3977
|
minVersion: "12.0.0",
|
|
3978
|
-
version: "22.0.0-next.
|
|
3978
|
+
version: "22.0.0-next.8",
|
|
3979
3979
|
ngImport: i0,
|
|
3980
3980
|
type: NavigationTransitions,
|
|
3981
3981
|
deps: [],
|
|
@@ -3983,7 +3983,7 @@ class NavigationTransitions {
|
|
|
3983
3983
|
});
|
|
3984
3984
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3985
3985
|
minVersion: "12.0.0",
|
|
3986
|
-
version: "22.0.0-next.
|
|
3986
|
+
version: "22.0.0-next.8",
|
|
3987
3987
|
ngImport: i0,
|
|
3988
3988
|
type: NavigationTransitions,
|
|
3989
3989
|
providedIn: 'root'
|
|
@@ -3991,7 +3991,7 @@ class NavigationTransitions {
|
|
|
3991
3991
|
}
|
|
3992
3992
|
i0.ɵɵngDeclareClassMetadata({
|
|
3993
3993
|
minVersion: "12.0.0",
|
|
3994
|
-
version: "22.0.0-next.
|
|
3994
|
+
version: "22.0.0-next.8",
|
|
3995
3995
|
ngImport: i0,
|
|
3996
3996
|
type: NavigationTransitions,
|
|
3997
3997
|
decorators: [{
|
|
@@ -4064,7 +4064,7 @@ function destroyDetachedRouteHandle(handle) {
|
|
|
4064
4064
|
class RouteReuseStrategy {
|
|
4065
4065
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4066
4066
|
minVersion: "12.0.0",
|
|
4067
|
-
version: "22.0.0-next.
|
|
4067
|
+
version: "22.0.0-next.8",
|
|
4068
4068
|
ngImport: i0,
|
|
4069
4069
|
type: RouteReuseStrategy,
|
|
4070
4070
|
deps: [],
|
|
@@ -4072,7 +4072,7 @@ class RouteReuseStrategy {
|
|
|
4072
4072
|
});
|
|
4073
4073
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4074
4074
|
minVersion: "12.0.0",
|
|
4075
|
-
version: "22.0.0-next.
|
|
4075
|
+
version: "22.0.0-next.8",
|
|
4076
4076
|
ngImport: i0,
|
|
4077
4077
|
type: RouteReuseStrategy,
|
|
4078
4078
|
providedIn: 'root',
|
|
@@ -4081,7 +4081,7 @@ class RouteReuseStrategy {
|
|
|
4081
4081
|
}
|
|
4082
4082
|
i0.ɵɵngDeclareClassMetadata({
|
|
4083
4083
|
minVersion: "12.0.0",
|
|
4084
|
-
version: "22.0.0-next.
|
|
4084
|
+
version: "22.0.0-next.8",
|
|
4085
4085
|
ngImport: i0,
|
|
4086
4086
|
type: RouteReuseStrategy,
|
|
4087
4087
|
decorators: [{
|
|
@@ -4113,7 +4113,7 @@ class BaseRouteReuseStrategy {
|
|
|
4113
4113
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4114
4114
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4115
4115
|
minVersion: "12.0.0",
|
|
4116
|
-
version: "22.0.0-next.
|
|
4116
|
+
version: "22.0.0-next.8",
|
|
4117
4117
|
ngImport: i0,
|
|
4118
4118
|
type: DefaultRouteReuseStrategy,
|
|
4119
4119
|
deps: null,
|
|
@@ -4121,7 +4121,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4121
4121
|
});
|
|
4122
4122
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4123
4123
|
minVersion: "12.0.0",
|
|
4124
|
-
version: "22.0.0-next.
|
|
4124
|
+
version: "22.0.0-next.8",
|
|
4125
4125
|
ngImport: i0,
|
|
4126
4126
|
type: DefaultRouteReuseStrategy,
|
|
4127
4127
|
providedIn: 'root'
|
|
@@ -4129,7 +4129,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
i0.ɵɵngDeclareClassMetadata({
|
|
4131
4131
|
minVersion: "12.0.0",
|
|
4132
|
-
version: "22.0.0-next.
|
|
4132
|
+
version: "22.0.0-next.8",
|
|
4133
4133
|
ngImport: i0,
|
|
4134
4134
|
type: DefaultRouteReuseStrategy,
|
|
4135
4135
|
decorators: [{
|
|
@@ -4203,7 +4203,7 @@ class StateManager {
|
|
|
4203
4203
|
}
|
|
4204
4204
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4205
4205
|
minVersion: "12.0.0",
|
|
4206
|
-
version: "22.0.0-next.
|
|
4206
|
+
version: "22.0.0-next.8",
|
|
4207
4207
|
ngImport: i0,
|
|
4208
4208
|
type: StateManager,
|
|
4209
4209
|
deps: [],
|
|
@@ -4211,7 +4211,7 @@ class StateManager {
|
|
|
4211
4211
|
});
|
|
4212
4212
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4213
4213
|
minVersion: "12.0.0",
|
|
4214
|
-
version: "22.0.0-next.
|
|
4214
|
+
version: "22.0.0-next.8",
|
|
4215
4215
|
ngImport: i0,
|
|
4216
4216
|
type: StateManager,
|
|
4217
4217
|
providedIn: 'root',
|
|
@@ -4220,7 +4220,7 @@ class StateManager {
|
|
|
4220
4220
|
}
|
|
4221
4221
|
i0.ɵɵngDeclareClassMetadata({
|
|
4222
4222
|
minVersion: "12.0.0",
|
|
4223
|
-
version: "22.0.0-next.
|
|
4223
|
+
version: "22.0.0-next.8",
|
|
4224
4224
|
ngImport: i0,
|
|
4225
4225
|
type: StateManager,
|
|
4226
4226
|
decorators: [{
|
|
@@ -4339,7 +4339,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4339
4339
|
}
|
|
4340
4340
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4341
4341
|
minVersion: "12.0.0",
|
|
4342
|
-
version: "22.0.0-next.
|
|
4342
|
+
version: "22.0.0-next.8",
|
|
4343
4343
|
ngImport: i0,
|
|
4344
4344
|
type: HistoryStateManager,
|
|
4345
4345
|
deps: null,
|
|
@@ -4347,7 +4347,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4347
4347
|
});
|
|
4348
4348
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4349
4349
|
minVersion: "12.0.0",
|
|
4350
|
-
version: "22.0.0-next.
|
|
4350
|
+
version: "22.0.0-next.8",
|
|
4351
4351
|
ngImport: i0,
|
|
4352
4352
|
type: HistoryStateManager,
|
|
4353
4353
|
providedIn: 'root'
|
|
@@ -4355,7 +4355,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4355
4355
|
}
|
|
4356
4356
|
i0.ɵɵngDeclareClassMetadata({
|
|
4357
4357
|
minVersion: "12.0.0",
|
|
4358
|
-
version: "22.0.0-next.
|
|
4358
|
+
version: "22.0.0-next.8",
|
|
4359
4359
|
ngImport: i0,
|
|
4360
4360
|
type: HistoryStateManager,
|
|
4361
4361
|
decorators: [{
|
|
@@ -4658,7 +4658,7 @@ class Router {
|
|
|
4658
4658
|
}
|
|
4659
4659
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4660
4660
|
minVersion: "12.0.0",
|
|
4661
|
-
version: "22.0.0-next.
|
|
4661
|
+
version: "22.0.0-next.8",
|
|
4662
4662
|
ngImport: i0,
|
|
4663
4663
|
type: Router,
|
|
4664
4664
|
deps: [],
|
|
@@ -4666,7 +4666,7 @@ class Router {
|
|
|
4666
4666
|
});
|
|
4667
4667
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4668
4668
|
minVersion: "12.0.0",
|
|
4669
|
-
version: "22.0.0-next.
|
|
4669
|
+
version: "22.0.0-next.8",
|
|
4670
4670
|
ngImport: i0,
|
|
4671
4671
|
type: Router,
|
|
4672
4672
|
providedIn: 'root'
|
|
@@ -4674,7 +4674,7 @@ class Router {
|
|
|
4674
4674
|
}
|
|
4675
4675
|
i0.ɵɵngDeclareClassMetadata({
|
|
4676
4676
|
minVersion: "12.0.0",
|
|
4677
|
-
version: "22.0.0-next.
|
|
4677
|
+
version: "22.0.0-next.8",
|
|
4678
4678
|
ngImport: i0,
|
|
4679
4679
|
type: Router,
|
|
4680
4680
|
decorators: [{
|