@angular/router 22.0.0-next.3 → 22.0.0-next.4
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 +60 -52
- package/fesm2022/_router-chunk.mjs.map +1 -1
- package/fesm2022/_router_module-chunk.mjs +36 -36
- package/fesm2022/_router_module-chunk.mjs.map +1 -1
- package/fesm2022/router.mjs +2 -2
- package/fesm2022/router.mjs.map +1 -1
- package/fesm2022/testing.mjs +14 -14
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +1 -1
- package/fesm2022/upgrade.mjs.map +1 -1
- package/package.json +4 -4
- package/types/_router_module-chunk.d.ts +270 -254
- package/types/router.d.ts +19 -5
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.4
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { DOCUMENT, Location } from '@angular/common';
|
|
8
8
|
import * as i0 from '@angular/core';
|
|
9
|
-
import { ɵisPromise as _isPromise,
|
|
9
|
+
import { ɵisPromise as _isPromise, ɵRuntimeError as _RuntimeError, computed, Injectable, InjectionToken, EventEmitter, input, inject, ViewContainerRef, ChangeDetectorRef, Output, Input, Directive, reflectComponentType, Component, runInInjectionContext, ɵisInjectable as _isInjectable, ɵisNgModule as _isNgModule, isStandalone, createEnvironmentInjector, Compiler, NgModuleFactory, ɵresolveComponentResources as _resolveComponentResources, afterNextRender, signal, EnvironmentInjector, DestroyRef, untracked, ɵConsole as _Console, ɵPendingTasksInternal as _PendingTasksInternal, ɵINTERNAL_APPLICATION_ERROR_HANDLER as _INTERNAL_APPLICATION_ERROR_HANDLER, ɵformatRuntimeError as _formatRuntimeError } from '@angular/core';
|
|
10
10
|
import { isObservable, from, of, BehaviorSubject, combineLatest, EmptyError, Observable, concat, defer, pipe, EMPTY, throwError, Subject, Subscription } from 'rxjs';
|
|
11
11
|
import { first, map, switchMap, take, startWith, filter, takeUntil, mergeMap, concatMap, tap, takeLast, catchError, finalize } from 'rxjs/operators';
|
|
12
12
|
import * as i1 from '@angular/platform-browser';
|
|
@@ -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.4",
|
|
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.4",
|
|
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.4",
|
|
348
348
|
ngImport: i0,
|
|
349
349
|
type: UrlSerializer,
|
|
350
350
|
decorators: [{
|
|
@@ -1301,7 +1301,7 @@ class ChildrenOutletContexts {
|
|
|
1301
1301
|
}
|
|
1302
1302
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1303
1303
|
minVersion: "12.0.0",
|
|
1304
|
-
version: "22.0.0-next.
|
|
1304
|
+
version: "22.0.0-next.4",
|
|
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.4",
|
|
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.4",
|
|
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.4",
|
|
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.4",
|
|
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.4",
|
|
1821
1821
|
ngImport: i0,
|
|
1822
1822
|
type: RouterOutlet,
|
|
1823
1823
|
decorators: [{
|
|
@@ -1883,7 +1883,12 @@ class OutletInjector {
|
|
|
1883
1883
|
}
|
|
1884
1884
|
const INPUT_BINDER = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'Router Input Binder' : '');
|
|
1885
1885
|
class RoutedComponentInputBinder {
|
|
1886
|
+
options;
|
|
1886
1887
|
outletDataSubscriptions = new Map();
|
|
1888
|
+
constructor(options) {
|
|
1889
|
+
this.options = options;
|
|
1890
|
+
this.options.queryParams ??= true;
|
|
1891
|
+
}
|
|
1887
1892
|
bindActivatedRouteToOutletComponent(outlet) {
|
|
1888
1893
|
this.unsubscribeFromRouteData(outlet);
|
|
1889
1894
|
this.subscribeToRouteData(outlet);
|
|
@@ -1896,7 +1901,7 @@ class RoutedComponentInputBinder {
|
|
|
1896
1901
|
const {
|
|
1897
1902
|
activatedRoute
|
|
1898
1903
|
} = outlet;
|
|
1899
|
-
const dataSubscription = combineLatest([activatedRoute.queryParams, activatedRoute.params, activatedRoute.data]).pipe(switchMap(([queryParams, params, data], index) => {
|
|
1904
|
+
const dataSubscription = combineLatest([this.options.queryParams ? activatedRoute.queryParams : of({}), activatedRoute.params, activatedRoute.data]).pipe(switchMap(([queryParams, params, data], index) => {
|
|
1900
1905
|
data = {
|
|
1901
1906
|
...queryParams,
|
|
1902
1907
|
...params,
|
|
@@ -1926,33 +1931,36 @@ class RoutedComponentInputBinder {
|
|
|
1926
1931
|
}
|
|
1927
1932
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1928
1933
|
minVersion: "12.0.0",
|
|
1929
|
-
version: "22.0.0-next.
|
|
1934
|
+
version: "22.0.0-next.4",
|
|
1930
1935
|
ngImport: i0,
|
|
1931
1936
|
type: RoutedComponentInputBinder,
|
|
1932
|
-
deps:
|
|
1937
|
+
deps: "invalid",
|
|
1933
1938
|
target: i0.ɵɵFactoryTarget.Injectable
|
|
1934
1939
|
});
|
|
1935
1940
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1936
1941
|
minVersion: "12.0.0",
|
|
1937
|
-
version: "22.0.0-next.
|
|
1942
|
+
version: "22.0.0-next.4",
|
|
1938
1943
|
ngImport: i0,
|
|
1939
1944
|
type: RoutedComponentInputBinder
|
|
1940
1945
|
});
|
|
1941
1946
|
}
|
|
1942
1947
|
i0.ɵɵngDeclareClassMetadata({
|
|
1943
1948
|
minVersion: "12.0.0",
|
|
1944
|
-
version: "22.0.0-next.
|
|
1949
|
+
version: "22.0.0-next.4",
|
|
1945
1950
|
ngImport: i0,
|
|
1946
1951
|
type: RoutedComponentInputBinder,
|
|
1947
1952
|
decorators: [{
|
|
1948
1953
|
type: Injectable
|
|
1954
|
+
}],
|
|
1955
|
+
ctorParameters: () => [{
|
|
1956
|
+
type: undefined
|
|
1949
1957
|
}]
|
|
1950
1958
|
});
|
|
1951
1959
|
|
|
1952
1960
|
class ɵEmptyOutletComponent {
|
|
1953
1961
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1954
1962
|
minVersion: "12.0.0",
|
|
1955
|
-
version: "22.0.0-next.
|
|
1963
|
+
version: "22.0.0-next.4",
|
|
1956
1964
|
ngImport: i0,
|
|
1957
1965
|
type: ɵEmptyOutletComponent,
|
|
1958
1966
|
deps: [],
|
|
@@ -1960,7 +1968,7 @@ class ɵEmptyOutletComponent {
|
|
|
1960
1968
|
});
|
|
1961
1969
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
1962
1970
|
minVersion: "14.0.0",
|
|
1963
|
-
version: "22.0.0-next.
|
|
1971
|
+
version: "22.0.0-next.4",
|
|
1964
1972
|
type: ɵEmptyOutletComponent,
|
|
1965
1973
|
isStandalone: true,
|
|
1966
1974
|
selector: "ng-component",
|
|
@@ -1980,7 +1988,7 @@ class ɵEmptyOutletComponent {
|
|
|
1980
1988
|
}
|
|
1981
1989
|
i0.ɵɵngDeclareClassMetadata({
|
|
1982
1990
|
minVersion: "12.0.0",
|
|
1983
|
-
version: "22.0.0-next.
|
|
1991
|
+
version: "22.0.0-next.4",
|
|
1984
1992
|
ngImport: i0,
|
|
1985
1993
|
type: ɵEmptyOutletComponent,
|
|
1986
1994
|
decorators: [{
|
|
@@ -3283,7 +3291,7 @@ class TitleStrategy {
|
|
|
3283
3291
|
}
|
|
3284
3292
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3285
3293
|
minVersion: "12.0.0",
|
|
3286
|
-
version: "22.0.0-next.
|
|
3294
|
+
version: "22.0.0-next.4",
|
|
3287
3295
|
ngImport: i0,
|
|
3288
3296
|
type: TitleStrategy,
|
|
3289
3297
|
deps: [],
|
|
@@ -3291,7 +3299,7 @@ class TitleStrategy {
|
|
|
3291
3299
|
});
|
|
3292
3300
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3293
3301
|
minVersion: "12.0.0",
|
|
3294
|
-
version: "22.0.0-next.
|
|
3302
|
+
version: "22.0.0-next.4",
|
|
3295
3303
|
ngImport: i0,
|
|
3296
3304
|
type: TitleStrategy,
|
|
3297
3305
|
providedIn: 'root',
|
|
@@ -3300,7 +3308,7 @@ class TitleStrategy {
|
|
|
3300
3308
|
}
|
|
3301
3309
|
i0.ɵɵngDeclareClassMetadata({
|
|
3302
3310
|
minVersion: "12.0.0",
|
|
3303
|
-
version: "22.0.0-next.
|
|
3311
|
+
version: "22.0.0-next.4",
|
|
3304
3312
|
ngImport: i0,
|
|
3305
3313
|
type: TitleStrategy,
|
|
3306
3314
|
decorators: [{
|
|
@@ -3325,7 +3333,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3325
3333
|
}
|
|
3326
3334
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3327
3335
|
minVersion: "12.0.0",
|
|
3328
|
-
version: "22.0.0-next.
|
|
3336
|
+
version: "22.0.0-next.4",
|
|
3329
3337
|
ngImport: i0,
|
|
3330
3338
|
type: DefaultTitleStrategy,
|
|
3331
3339
|
deps: [{
|
|
@@ -3335,7 +3343,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3335
3343
|
});
|
|
3336
3344
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3337
3345
|
minVersion: "12.0.0",
|
|
3338
|
-
version: "22.0.0-next.
|
|
3346
|
+
version: "22.0.0-next.4",
|
|
3339
3347
|
ngImport: i0,
|
|
3340
3348
|
type: DefaultTitleStrategy,
|
|
3341
3349
|
providedIn: 'root'
|
|
@@ -3343,7 +3351,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3343
3351
|
}
|
|
3344
3352
|
i0.ɵɵngDeclareClassMetadata({
|
|
3345
3353
|
minVersion: "12.0.0",
|
|
3346
|
-
version: "22.0.0-next.
|
|
3354
|
+
version: "22.0.0-next.4",
|
|
3347
3355
|
ngImport: i0,
|
|
3348
3356
|
type: DefaultTitleStrategy,
|
|
3349
3357
|
decorators: [{
|
|
@@ -3422,7 +3430,7 @@ class RouterConfigLoader {
|
|
|
3422
3430
|
}
|
|
3423
3431
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3424
3432
|
minVersion: "12.0.0",
|
|
3425
|
-
version: "22.0.0-next.
|
|
3433
|
+
version: "22.0.0-next.4",
|
|
3426
3434
|
ngImport: i0,
|
|
3427
3435
|
type: RouterConfigLoader,
|
|
3428
3436
|
deps: [],
|
|
@@ -3430,7 +3438,7 @@ class RouterConfigLoader {
|
|
|
3430
3438
|
});
|
|
3431
3439
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3432
3440
|
minVersion: "12.0.0",
|
|
3433
|
-
version: "22.0.0-next.
|
|
3441
|
+
version: "22.0.0-next.4",
|
|
3434
3442
|
ngImport: i0,
|
|
3435
3443
|
type: RouterConfigLoader,
|
|
3436
3444
|
providedIn: 'root'
|
|
@@ -3438,7 +3446,7 @@ class RouterConfigLoader {
|
|
|
3438
3446
|
}
|
|
3439
3447
|
i0.ɵɵngDeclareClassMetadata({
|
|
3440
3448
|
minVersion: "12.0.0",
|
|
3441
|
-
version: "22.0.0-next.
|
|
3449
|
+
version: "22.0.0-next.4",
|
|
3442
3450
|
ngImport: i0,
|
|
3443
3451
|
type: RouterConfigLoader,
|
|
3444
3452
|
decorators: [{
|
|
@@ -3503,7 +3511,7 @@ async function maybeResolveResources(value) {
|
|
|
3503
3511
|
class UrlHandlingStrategy {
|
|
3504
3512
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3505
3513
|
minVersion: "12.0.0",
|
|
3506
|
-
version: "22.0.0-next.
|
|
3514
|
+
version: "22.0.0-next.4",
|
|
3507
3515
|
ngImport: i0,
|
|
3508
3516
|
type: UrlHandlingStrategy,
|
|
3509
3517
|
deps: [],
|
|
@@ -3511,7 +3519,7 @@ class UrlHandlingStrategy {
|
|
|
3511
3519
|
});
|
|
3512
3520
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3513
3521
|
minVersion: "12.0.0",
|
|
3514
|
-
version: "22.0.0-next.
|
|
3522
|
+
version: "22.0.0-next.4",
|
|
3515
3523
|
ngImport: i0,
|
|
3516
3524
|
type: UrlHandlingStrategy,
|
|
3517
3525
|
providedIn: 'root',
|
|
@@ -3520,7 +3528,7 @@ class UrlHandlingStrategy {
|
|
|
3520
3528
|
}
|
|
3521
3529
|
i0.ɵɵngDeclareClassMetadata({
|
|
3522
3530
|
minVersion: "12.0.0",
|
|
3523
|
-
version: "22.0.0-next.
|
|
3531
|
+
version: "22.0.0-next.4",
|
|
3524
3532
|
ngImport: i0,
|
|
3525
3533
|
type: UrlHandlingStrategy,
|
|
3526
3534
|
decorators: [{
|
|
@@ -3543,7 +3551,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3543
3551
|
}
|
|
3544
3552
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3545
3553
|
minVersion: "12.0.0",
|
|
3546
|
-
version: "22.0.0-next.
|
|
3554
|
+
version: "22.0.0-next.4",
|
|
3547
3555
|
ngImport: i0,
|
|
3548
3556
|
type: DefaultUrlHandlingStrategy,
|
|
3549
3557
|
deps: [],
|
|
@@ -3551,7 +3559,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3551
3559
|
});
|
|
3552
3560
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3553
3561
|
minVersion: "12.0.0",
|
|
3554
|
-
version: "22.0.0-next.
|
|
3562
|
+
version: "22.0.0-next.4",
|
|
3555
3563
|
ngImport: i0,
|
|
3556
3564
|
type: DefaultUrlHandlingStrategy,
|
|
3557
3565
|
providedIn: 'root'
|
|
@@ -3559,7 +3567,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3559
3567
|
}
|
|
3560
3568
|
i0.ɵɵngDeclareClassMetadata({
|
|
3561
3569
|
minVersion: "12.0.0",
|
|
3562
|
-
version: "22.0.0-next.
|
|
3570
|
+
version: "22.0.0-next.4",
|
|
3563
3571
|
ngImport: i0,
|
|
3564
3572
|
type: DefaultUrlHandlingStrategy,
|
|
3565
3573
|
decorators: [{
|
|
@@ -3958,7 +3966,7 @@ class NavigationTransitions {
|
|
|
3958
3966
|
}
|
|
3959
3967
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3960
3968
|
minVersion: "12.0.0",
|
|
3961
|
-
version: "22.0.0-next.
|
|
3969
|
+
version: "22.0.0-next.4",
|
|
3962
3970
|
ngImport: i0,
|
|
3963
3971
|
type: NavigationTransitions,
|
|
3964
3972
|
deps: [],
|
|
@@ -3966,7 +3974,7 @@ class NavigationTransitions {
|
|
|
3966
3974
|
});
|
|
3967
3975
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3968
3976
|
minVersion: "12.0.0",
|
|
3969
|
-
version: "22.0.0-next.
|
|
3977
|
+
version: "22.0.0-next.4",
|
|
3970
3978
|
ngImport: i0,
|
|
3971
3979
|
type: NavigationTransitions,
|
|
3972
3980
|
providedIn: 'root'
|
|
@@ -3974,7 +3982,7 @@ class NavigationTransitions {
|
|
|
3974
3982
|
}
|
|
3975
3983
|
i0.ɵɵngDeclareClassMetadata({
|
|
3976
3984
|
minVersion: "12.0.0",
|
|
3977
|
-
version: "22.0.0-next.
|
|
3985
|
+
version: "22.0.0-next.4",
|
|
3978
3986
|
ngImport: i0,
|
|
3979
3987
|
type: NavigationTransitions,
|
|
3980
3988
|
decorators: [{
|
|
@@ -4047,7 +4055,7 @@ function destroyDetachedRouteHandle(handle) {
|
|
|
4047
4055
|
class RouteReuseStrategy {
|
|
4048
4056
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4049
4057
|
minVersion: "12.0.0",
|
|
4050
|
-
version: "22.0.0-next.
|
|
4058
|
+
version: "22.0.0-next.4",
|
|
4051
4059
|
ngImport: i0,
|
|
4052
4060
|
type: RouteReuseStrategy,
|
|
4053
4061
|
deps: [],
|
|
@@ -4055,7 +4063,7 @@ class RouteReuseStrategy {
|
|
|
4055
4063
|
});
|
|
4056
4064
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4057
4065
|
minVersion: "12.0.0",
|
|
4058
|
-
version: "22.0.0-next.
|
|
4066
|
+
version: "22.0.0-next.4",
|
|
4059
4067
|
ngImport: i0,
|
|
4060
4068
|
type: RouteReuseStrategy,
|
|
4061
4069
|
providedIn: 'root',
|
|
@@ -4064,7 +4072,7 @@ class RouteReuseStrategy {
|
|
|
4064
4072
|
}
|
|
4065
4073
|
i0.ɵɵngDeclareClassMetadata({
|
|
4066
4074
|
minVersion: "12.0.0",
|
|
4067
|
-
version: "22.0.0-next.
|
|
4075
|
+
version: "22.0.0-next.4",
|
|
4068
4076
|
ngImport: i0,
|
|
4069
4077
|
type: RouteReuseStrategy,
|
|
4070
4078
|
decorators: [{
|
|
@@ -4096,7 +4104,7 @@ class BaseRouteReuseStrategy {
|
|
|
4096
4104
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4097
4105
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4098
4106
|
minVersion: "12.0.0",
|
|
4099
|
-
version: "22.0.0-next.
|
|
4107
|
+
version: "22.0.0-next.4",
|
|
4100
4108
|
ngImport: i0,
|
|
4101
4109
|
type: DefaultRouteReuseStrategy,
|
|
4102
4110
|
deps: null,
|
|
@@ -4104,7 +4112,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4104
4112
|
});
|
|
4105
4113
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4106
4114
|
minVersion: "12.0.0",
|
|
4107
|
-
version: "22.0.0-next.
|
|
4115
|
+
version: "22.0.0-next.4",
|
|
4108
4116
|
ngImport: i0,
|
|
4109
4117
|
type: DefaultRouteReuseStrategy,
|
|
4110
4118
|
providedIn: 'root'
|
|
@@ -4112,7 +4120,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4112
4120
|
}
|
|
4113
4121
|
i0.ɵɵngDeclareClassMetadata({
|
|
4114
4122
|
minVersion: "12.0.0",
|
|
4115
|
-
version: "22.0.0-next.
|
|
4123
|
+
version: "22.0.0-next.4",
|
|
4116
4124
|
ngImport: i0,
|
|
4117
4125
|
type: DefaultRouteReuseStrategy,
|
|
4118
4126
|
decorators: [{
|
|
@@ -4186,7 +4194,7 @@ class StateManager {
|
|
|
4186
4194
|
}
|
|
4187
4195
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4188
4196
|
minVersion: "12.0.0",
|
|
4189
|
-
version: "22.0.0-next.
|
|
4197
|
+
version: "22.0.0-next.4",
|
|
4190
4198
|
ngImport: i0,
|
|
4191
4199
|
type: StateManager,
|
|
4192
4200
|
deps: [],
|
|
@@ -4194,7 +4202,7 @@ class StateManager {
|
|
|
4194
4202
|
});
|
|
4195
4203
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4196
4204
|
minVersion: "12.0.0",
|
|
4197
|
-
version: "22.0.0-next.
|
|
4205
|
+
version: "22.0.0-next.4",
|
|
4198
4206
|
ngImport: i0,
|
|
4199
4207
|
type: StateManager,
|
|
4200
4208
|
providedIn: 'root',
|
|
@@ -4203,7 +4211,7 @@ class StateManager {
|
|
|
4203
4211
|
}
|
|
4204
4212
|
i0.ɵɵngDeclareClassMetadata({
|
|
4205
4213
|
minVersion: "12.0.0",
|
|
4206
|
-
version: "22.0.0-next.
|
|
4214
|
+
version: "22.0.0-next.4",
|
|
4207
4215
|
ngImport: i0,
|
|
4208
4216
|
type: StateManager,
|
|
4209
4217
|
decorators: [{
|
|
@@ -4322,7 +4330,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4322
4330
|
}
|
|
4323
4331
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4324
4332
|
minVersion: "12.0.0",
|
|
4325
|
-
version: "22.0.0-next.
|
|
4333
|
+
version: "22.0.0-next.4",
|
|
4326
4334
|
ngImport: i0,
|
|
4327
4335
|
type: HistoryStateManager,
|
|
4328
4336
|
deps: null,
|
|
@@ -4330,7 +4338,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4330
4338
|
});
|
|
4331
4339
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4332
4340
|
minVersion: "12.0.0",
|
|
4333
|
-
version: "22.0.0-next.
|
|
4341
|
+
version: "22.0.0-next.4",
|
|
4334
4342
|
ngImport: i0,
|
|
4335
4343
|
type: HistoryStateManager,
|
|
4336
4344
|
providedIn: 'root'
|
|
@@ -4338,7 +4346,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4338
4346
|
}
|
|
4339
4347
|
i0.ɵɵngDeclareClassMetadata({
|
|
4340
4348
|
minVersion: "12.0.0",
|
|
4341
|
-
version: "22.0.0-next.
|
|
4349
|
+
version: "22.0.0-next.4",
|
|
4342
4350
|
ngImport: i0,
|
|
4343
4351
|
type: HistoryStateManager,
|
|
4344
4352
|
decorators: [{
|
|
@@ -4641,7 +4649,7 @@ class Router {
|
|
|
4641
4649
|
}
|
|
4642
4650
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4643
4651
|
minVersion: "12.0.0",
|
|
4644
|
-
version: "22.0.0-next.
|
|
4652
|
+
version: "22.0.0-next.4",
|
|
4645
4653
|
ngImport: i0,
|
|
4646
4654
|
type: Router,
|
|
4647
4655
|
deps: [],
|
|
@@ -4649,7 +4657,7 @@ class Router {
|
|
|
4649
4657
|
});
|
|
4650
4658
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4651
4659
|
minVersion: "12.0.0",
|
|
4652
|
-
version: "22.0.0-next.
|
|
4660
|
+
version: "22.0.0-next.4",
|
|
4653
4661
|
ngImport: i0,
|
|
4654
4662
|
type: Router,
|
|
4655
4663
|
providedIn: 'root'
|
|
@@ -4657,7 +4665,7 @@ class Router {
|
|
|
4657
4665
|
}
|
|
4658
4666
|
i0.ɵɵngDeclareClassMetadata({
|
|
4659
4667
|
minVersion: "12.0.0",
|
|
4660
|
-
version: "22.0.0-next.
|
|
4668
|
+
version: "22.0.0-next.4",
|
|
4661
4669
|
ngImport: i0,
|
|
4662
4670
|
type: Router,
|
|
4663
4671
|
decorators: [{
|