@angular/router 22.0.0-next.3 → 22.0.0-next.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 +64 -54
- 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 +18 -16
- 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 +271 -254
- package/types/router.d.ts +20 -6
- 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.5
|
|
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, ChangeDetectionStrategy, 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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
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.5",
|
|
1964
1972
|
type: ɵEmptyOutletComponent,
|
|
1965
1973
|
isStandalone: true,
|
|
1966
1974
|
selector: "ng-component",
|
|
@@ -1975,12 +1983,13 @@ class ɵEmptyOutletComponent {
|
|
|
1975
1983
|
inputs: ["name", "routerOutletData"],
|
|
1976
1984
|
outputs: ["activate", "deactivate", "attach", "detach"],
|
|
1977
1985
|
exportAs: ["outlet"]
|
|
1978
|
-
}]
|
|
1986
|
+
}],
|
|
1987
|
+
changeDetection: i0.ChangeDetectionStrategy.Eager
|
|
1979
1988
|
});
|
|
1980
1989
|
}
|
|
1981
1990
|
i0.ɵɵngDeclareClassMetadata({
|
|
1982
1991
|
minVersion: "12.0.0",
|
|
1983
|
-
version: "22.0.0-next.
|
|
1992
|
+
version: "22.0.0-next.5",
|
|
1984
1993
|
ngImport: i0,
|
|
1985
1994
|
type: ɵEmptyOutletComponent,
|
|
1986
1995
|
decorators: [{
|
|
@@ -1988,7 +1997,8 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1988
1997
|
args: [{
|
|
1989
1998
|
template: `<router-outlet />`,
|
|
1990
1999
|
imports: [RouterOutlet],
|
|
1991
|
-
exportAs: 'emptyRouterOutlet'
|
|
2000
|
+
exportAs: 'emptyRouterOutlet',
|
|
2001
|
+
changeDetection: ChangeDetectionStrategy.Eager
|
|
1992
2002
|
}]
|
|
1993
2003
|
}]
|
|
1994
2004
|
});
|
|
@@ -3283,7 +3293,7 @@ class TitleStrategy {
|
|
|
3283
3293
|
}
|
|
3284
3294
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3285
3295
|
minVersion: "12.0.0",
|
|
3286
|
-
version: "22.0.0-next.
|
|
3296
|
+
version: "22.0.0-next.5",
|
|
3287
3297
|
ngImport: i0,
|
|
3288
3298
|
type: TitleStrategy,
|
|
3289
3299
|
deps: [],
|
|
@@ -3291,7 +3301,7 @@ class TitleStrategy {
|
|
|
3291
3301
|
});
|
|
3292
3302
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3293
3303
|
minVersion: "12.0.0",
|
|
3294
|
-
version: "22.0.0-next.
|
|
3304
|
+
version: "22.0.0-next.5",
|
|
3295
3305
|
ngImport: i0,
|
|
3296
3306
|
type: TitleStrategy,
|
|
3297
3307
|
providedIn: 'root',
|
|
@@ -3300,7 +3310,7 @@ class TitleStrategy {
|
|
|
3300
3310
|
}
|
|
3301
3311
|
i0.ɵɵngDeclareClassMetadata({
|
|
3302
3312
|
minVersion: "12.0.0",
|
|
3303
|
-
version: "22.0.0-next.
|
|
3313
|
+
version: "22.0.0-next.5",
|
|
3304
3314
|
ngImport: i0,
|
|
3305
3315
|
type: TitleStrategy,
|
|
3306
3316
|
decorators: [{
|
|
@@ -3325,7 +3335,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3325
3335
|
}
|
|
3326
3336
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3327
3337
|
minVersion: "12.0.0",
|
|
3328
|
-
version: "22.0.0-next.
|
|
3338
|
+
version: "22.0.0-next.5",
|
|
3329
3339
|
ngImport: i0,
|
|
3330
3340
|
type: DefaultTitleStrategy,
|
|
3331
3341
|
deps: [{
|
|
@@ -3335,7 +3345,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3335
3345
|
});
|
|
3336
3346
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3337
3347
|
minVersion: "12.0.0",
|
|
3338
|
-
version: "22.0.0-next.
|
|
3348
|
+
version: "22.0.0-next.5",
|
|
3339
3349
|
ngImport: i0,
|
|
3340
3350
|
type: DefaultTitleStrategy,
|
|
3341
3351
|
providedIn: 'root'
|
|
@@ -3343,7 +3353,7 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
3343
3353
|
}
|
|
3344
3354
|
i0.ɵɵngDeclareClassMetadata({
|
|
3345
3355
|
minVersion: "12.0.0",
|
|
3346
|
-
version: "22.0.0-next.
|
|
3356
|
+
version: "22.0.0-next.5",
|
|
3347
3357
|
ngImport: i0,
|
|
3348
3358
|
type: DefaultTitleStrategy,
|
|
3349
3359
|
decorators: [{
|
|
@@ -3422,7 +3432,7 @@ class RouterConfigLoader {
|
|
|
3422
3432
|
}
|
|
3423
3433
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3424
3434
|
minVersion: "12.0.0",
|
|
3425
|
-
version: "22.0.0-next.
|
|
3435
|
+
version: "22.0.0-next.5",
|
|
3426
3436
|
ngImport: i0,
|
|
3427
3437
|
type: RouterConfigLoader,
|
|
3428
3438
|
deps: [],
|
|
@@ -3430,7 +3440,7 @@ class RouterConfigLoader {
|
|
|
3430
3440
|
});
|
|
3431
3441
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3432
3442
|
minVersion: "12.0.0",
|
|
3433
|
-
version: "22.0.0-next.
|
|
3443
|
+
version: "22.0.0-next.5",
|
|
3434
3444
|
ngImport: i0,
|
|
3435
3445
|
type: RouterConfigLoader,
|
|
3436
3446
|
providedIn: 'root'
|
|
@@ -3438,7 +3448,7 @@ class RouterConfigLoader {
|
|
|
3438
3448
|
}
|
|
3439
3449
|
i0.ɵɵngDeclareClassMetadata({
|
|
3440
3450
|
minVersion: "12.0.0",
|
|
3441
|
-
version: "22.0.0-next.
|
|
3451
|
+
version: "22.0.0-next.5",
|
|
3442
3452
|
ngImport: i0,
|
|
3443
3453
|
type: RouterConfigLoader,
|
|
3444
3454
|
decorators: [{
|
|
@@ -3503,7 +3513,7 @@ async function maybeResolveResources(value) {
|
|
|
3503
3513
|
class UrlHandlingStrategy {
|
|
3504
3514
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3505
3515
|
minVersion: "12.0.0",
|
|
3506
|
-
version: "22.0.0-next.
|
|
3516
|
+
version: "22.0.0-next.5",
|
|
3507
3517
|
ngImport: i0,
|
|
3508
3518
|
type: UrlHandlingStrategy,
|
|
3509
3519
|
deps: [],
|
|
@@ -3511,7 +3521,7 @@ class UrlHandlingStrategy {
|
|
|
3511
3521
|
});
|
|
3512
3522
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3513
3523
|
minVersion: "12.0.0",
|
|
3514
|
-
version: "22.0.0-next.
|
|
3524
|
+
version: "22.0.0-next.5",
|
|
3515
3525
|
ngImport: i0,
|
|
3516
3526
|
type: UrlHandlingStrategy,
|
|
3517
3527
|
providedIn: 'root',
|
|
@@ -3520,7 +3530,7 @@ class UrlHandlingStrategy {
|
|
|
3520
3530
|
}
|
|
3521
3531
|
i0.ɵɵngDeclareClassMetadata({
|
|
3522
3532
|
minVersion: "12.0.0",
|
|
3523
|
-
version: "22.0.0-next.
|
|
3533
|
+
version: "22.0.0-next.5",
|
|
3524
3534
|
ngImport: i0,
|
|
3525
3535
|
type: UrlHandlingStrategy,
|
|
3526
3536
|
decorators: [{
|
|
@@ -3543,7 +3553,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3543
3553
|
}
|
|
3544
3554
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3545
3555
|
minVersion: "12.0.0",
|
|
3546
|
-
version: "22.0.0-next.
|
|
3556
|
+
version: "22.0.0-next.5",
|
|
3547
3557
|
ngImport: i0,
|
|
3548
3558
|
type: DefaultUrlHandlingStrategy,
|
|
3549
3559
|
deps: [],
|
|
@@ -3551,7 +3561,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3551
3561
|
});
|
|
3552
3562
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3553
3563
|
minVersion: "12.0.0",
|
|
3554
|
-
version: "22.0.0-next.
|
|
3564
|
+
version: "22.0.0-next.5",
|
|
3555
3565
|
ngImport: i0,
|
|
3556
3566
|
type: DefaultUrlHandlingStrategy,
|
|
3557
3567
|
providedIn: 'root'
|
|
@@ -3559,7 +3569,7 @@ class DefaultUrlHandlingStrategy {
|
|
|
3559
3569
|
}
|
|
3560
3570
|
i0.ɵɵngDeclareClassMetadata({
|
|
3561
3571
|
minVersion: "12.0.0",
|
|
3562
|
-
version: "22.0.0-next.
|
|
3572
|
+
version: "22.0.0-next.5",
|
|
3563
3573
|
ngImport: i0,
|
|
3564
3574
|
type: DefaultUrlHandlingStrategy,
|
|
3565
3575
|
decorators: [{
|
|
@@ -3958,7 +3968,7 @@ class NavigationTransitions {
|
|
|
3958
3968
|
}
|
|
3959
3969
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3960
3970
|
minVersion: "12.0.0",
|
|
3961
|
-
version: "22.0.0-next.
|
|
3971
|
+
version: "22.0.0-next.5",
|
|
3962
3972
|
ngImport: i0,
|
|
3963
3973
|
type: NavigationTransitions,
|
|
3964
3974
|
deps: [],
|
|
@@ -3966,7 +3976,7 @@ class NavigationTransitions {
|
|
|
3966
3976
|
});
|
|
3967
3977
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3968
3978
|
minVersion: "12.0.0",
|
|
3969
|
-
version: "22.0.0-next.
|
|
3979
|
+
version: "22.0.0-next.5",
|
|
3970
3980
|
ngImport: i0,
|
|
3971
3981
|
type: NavigationTransitions,
|
|
3972
3982
|
providedIn: 'root'
|
|
@@ -3974,7 +3984,7 @@ class NavigationTransitions {
|
|
|
3974
3984
|
}
|
|
3975
3985
|
i0.ɵɵngDeclareClassMetadata({
|
|
3976
3986
|
minVersion: "12.0.0",
|
|
3977
|
-
version: "22.0.0-next.
|
|
3987
|
+
version: "22.0.0-next.5",
|
|
3978
3988
|
ngImport: i0,
|
|
3979
3989
|
type: NavigationTransitions,
|
|
3980
3990
|
decorators: [{
|
|
@@ -4047,7 +4057,7 @@ function destroyDetachedRouteHandle(handle) {
|
|
|
4047
4057
|
class RouteReuseStrategy {
|
|
4048
4058
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4049
4059
|
minVersion: "12.0.0",
|
|
4050
|
-
version: "22.0.0-next.
|
|
4060
|
+
version: "22.0.0-next.5",
|
|
4051
4061
|
ngImport: i0,
|
|
4052
4062
|
type: RouteReuseStrategy,
|
|
4053
4063
|
deps: [],
|
|
@@ -4055,7 +4065,7 @@ class RouteReuseStrategy {
|
|
|
4055
4065
|
});
|
|
4056
4066
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4057
4067
|
minVersion: "12.0.0",
|
|
4058
|
-
version: "22.0.0-next.
|
|
4068
|
+
version: "22.0.0-next.5",
|
|
4059
4069
|
ngImport: i0,
|
|
4060
4070
|
type: RouteReuseStrategy,
|
|
4061
4071
|
providedIn: 'root',
|
|
@@ -4064,7 +4074,7 @@ class RouteReuseStrategy {
|
|
|
4064
4074
|
}
|
|
4065
4075
|
i0.ɵɵngDeclareClassMetadata({
|
|
4066
4076
|
minVersion: "12.0.0",
|
|
4067
|
-
version: "22.0.0-next.
|
|
4077
|
+
version: "22.0.0-next.5",
|
|
4068
4078
|
ngImport: i0,
|
|
4069
4079
|
type: RouteReuseStrategy,
|
|
4070
4080
|
decorators: [{
|
|
@@ -4096,7 +4106,7 @@ class BaseRouteReuseStrategy {
|
|
|
4096
4106
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4097
4107
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4098
4108
|
minVersion: "12.0.0",
|
|
4099
|
-
version: "22.0.0-next.
|
|
4109
|
+
version: "22.0.0-next.5",
|
|
4100
4110
|
ngImport: i0,
|
|
4101
4111
|
type: DefaultRouteReuseStrategy,
|
|
4102
4112
|
deps: null,
|
|
@@ -4104,7 +4114,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4104
4114
|
});
|
|
4105
4115
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4106
4116
|
minVersion: "12.0.0",
|
|
4107
|
-
version: "22.0.0-next.
|
|
4117
|
+
version: "22.0.0-next.5",
|
|
4108
4118
|
ngImport: i0,
|
|
4109
4119
|
type: DefaultRouteReuseStrategy,
|
|
4110
4120
|
providedIn: 'root'
|
|
@@ -4112,7 +4122,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
|
4112
4122
|
}
|
|
4113
4123
|
i0.ɵɵngDeclareClassMetadata({
|
|
4114
4124
|
minVersion: "12.0.0",
|
|
4115
|
-
version: "22.0.0-next.
|
|
4125
|
+
version: "22.0.0-next.5",
|
|
4116
4126
|
ngImport: i0,
|
|
4117
4127
|
type: DefaultRouteReuseStrategy,
|
|
4118
4128
|
decorators: [{
|
|
@@ -4186,7 +4196,7 @@ class StateManager {
|
|
|
4186
4196
|
}
|
|
4187
4197
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4188
4198
|
minVersion: "12.0.0",
|
|
4189
|
-
version: "22.0.0-next.
|
|
4199
|
+
version: "22.0.0-next.5",
|
|
4190
4200
|
ngImport: i0,
|
|
4191
4201
|
type: StateManager,
|
|
4192
4202
|
deps: [],
|
|
@@ -4194,7 +4204,7 @@ class StateManager {
|
|
|
4194
4204
|
});
|
|
4195
4205
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4196
4206
|
minVersion: "12.0.0",
|
|
4197
|
-
version: "22.0.0-next.
|
|
4207
|
+
version: "22.0.0-next.5",
|
|
4198
4208
|
ngImport: i0,
|
|
4199
4209
|
type: StateManager,
|
|
4200
4210
|
providedIn: 'root',
|
|
@@ -4203,7 +4213,7 @@ class StateManager {
|
|
|
4203
4213
|
}
|
|
4204
4214
|
i0.ɵɵngDeclareClassMetadata({
|
|
4205
4215
|
minVersion: "12.0.0",
|
|
4206
|
-
version: "22.0.0-next.
|
|
4216
|
+
version: "22.0.0-next.5",
|
|
4207
4217
|
ngImport: i0,
|
|
4208
4218
|
type: StateManager,
|
|
4209
4219
|
decorators: [{
|
|
@@ -4322,7 +4332,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4322
4332
|
}
|
|
4323
4333
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4324
4334
|
minVersion: "12.0.0",
|
|
4325
|
-
version: "22.0.0-next.
|
|
4335
|
+
version: "22.0.0-next.5",
|
|
4326
4336
|
ngImport: i0,
|
|
4327
4337
|
type: HistoryStateManager,
|
|
4328
4338
|
deps: null,
|
|
@@ -4330,7 +4340,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4330
4340
|
});
|
|
4331
4341
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4332
4342
|
minVersion: "12.0.0",
|
|
4333
|
-
version: "22.0.0-next.
|
|
4343
|
+
version: "22.0.0-next.5",
|
|
4334
4344
|
ngImport: i0,
|
|
4335
4345
|
type: HistoryStateManager,
|
|
4336
4346
|
providedIn: 'root'
|
|
@@ -4338,7 +4348,7 @@ class HistoryStateManager extends StateManager {
|
|
|
4338
4348
|
}
|
|
4339
4349
|
i0.ɵɵngDeclareClassMetadata({
|
|
4340
4350
|
minVersion: "12.0.0",
|
|
4341
|
-
version: "22.0.0-next.
|
|
4351
|
+
version: "22.0.0-next.5",
|
|
4342
4352
|
ngImport: i0,
|
|
4343
4353
|
type: HistoryStateManager,
|
|
4344
4354
|
decorators: [{
|
|
@@ -4641,7 +4651,7 @@ class Router {
|
|
|
4641
4651
|
}
|
|
4642
4652
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4643
4653
|
minVersion: "12.0.0",
|
|
4644
|
-
version: "22.0.0-next.
|
|
4654
|
+
version: "22.0.0-next.5",
|
|
4645
4655
|
ngImport: i0,
|
|
4646
4656
|
type: Router,
|
|
4647
4657
|
deps: [],
|
|
@@ -4649,7 +4659,7 @@ class Router {
|
|
|
4649
4659
|
});
|
|
4650
4660
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
4651
4661
|
minVersion: "12.0.0",
|
|
4652
|
-
version: "22.0.0-next.
|
|
4662
|
+
version: "22.0.0-next.5",
|
|
4653
4663
|
ngImport: i0,
|
|
4654
4664
|
type: Router,
|
|
4655
4665
|
providedIn: 'root'
|
|
@@ -4657,7 +4667,7 @@ class Router {
|
|
|
4657
4667
|
}
|
|
4658
4668
|
i0.ɵɵngDeclareClassMetadata({
|
|
4659
4669
|
minVersion: "12.0.0",
|
|
4660
|
-
version: "22.0.0-next.
|
|
4670
|
+
version: "22.0.0-next.5",
|
|
4661
4671
|
ngImport: i0,
|
|
4662
4672
|
type: Router,
|
|
4663
4673
|
decorators: [{
|