@angular/router 22.0.0-next.10 → 22.0.0-next.11
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 +67 -59
- package/fesm2022/_router-chunk.mjs.map +1 -1
- package/fesm2022/_router_module-chunk.mjs +29 -29
- 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 +11 -11
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +1 -1
- package/fesm2022/upgrade.mjs.map +1 -1
- package/package.json +5 -5
- package/types/_router_module-chunk.d.ts +13 -18
- package/types/router.d.ts +3 -2
- 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.11
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -45,7 +45,7 @@ class ReactiveRouterState {
|
|
|
45
45
|
}
|
|
46
46
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
47
47
|
minVersion: "12.0.0",
|
|
48
|
-
version: "22.0.0-next.
|
|
48
|
+
version: "22.0.0-next.11",
|
|
49
49
|
ngImport: i0,
|
|
50
50
|
type: ReactiveRouterState,
|
|
51
51
|
deps: [],
|
|
@@ -53,7 +53,7 @@ class ReactiveRouterState {
|
|
|
53
53
|
});
|
|
54
54
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
55
55
|
minVersion: "12.0.0",
|
|
56
|
-
version: "22.0.0-next.
|
|
56
|
+
version: "22.0.0-next.11",
|
|
57
57
|
ngImport: i0,
|
|
58
58
|
type: ReactiveRouterState,
|
|
59
59
|
providedIn: 'root'
|
|
@@ -61,7 +61,7 @@ class ReactiveRouterState {
|
|
|
61
61
|
}
|
|
62
62
|
i0.ɵɵngDeclareClassMetadata({
|
|
63
63
|
minVersion: "12.0.0",
|
|
64
|
-
version: "22.0.0-next.
|
|
64
|
+
version: "22.0.0-next.11",
|
|
65
65
|
ngImport: i0,
|
|
66
66
|
type: ReactiveRouterState,
|
|
67
67
|
decorators: [{
|
|
@@ -321,7 +321,7 @@ class RouterLink {
|
|
|
321
321
|
}
|
|
322
322
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
323
323
|
minVersion: "12.0.0",
|
|
324
|
-
version: "22.0.0-next.
|
|
324
|
+
version: "22.0.0-next.11",
|
|
325
325
|
ngImport: i0,
|
|
326
326
|
type: RouterLink,
|
|
327
327
|
deps: [{
|
|
@@ -342,7 +342,7 @@ class RouterLink {
|
|
|
342
342
|
});
|
|
343
343
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
344
344
|
minVersion: "17.1.0",
|
|
345
|
-
version: "22.0.0-next.
|
|
345
|
+
version: "22.0.0-next.11",
|
|
346
346
|
type: RouterLink,
|
|
347
347
|
isStandalone: true,
|
|
348
348
|
selector: "[routerLink]",
|
|
@@ -447,7 +447,7 @@ class RouterLink {
|
|
|
447
447
|
}
|
|
448
448
|
i0.ɵɵngDeclareClassMetadata({
|
|
449
449
|
minVersion: "12.0.0",
|
|
450
|
-
version: "22.0.0-next.
|
|
450
|
+
version: "22.0.0-next.11",
|
|
451
451
|
ngImport: i0,
|
|
452
452
|
type: RouterLink,
|
|
453
453
|
decorators: [{
|
|
@@ -633,7 +633,7 @@ class RouterLinkActive {
|
|
|
633
633
|
}
|
|
634
634
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
635
635
|
minVersion: "12.0.0",
|
|
636
|
-
version: "22.0.0-next.
|
|
636
|
+
version: "22.0.0-next.11",
|
|
637
637
|
ngImport: i0,
|
|
638
638
|
type: RouterLinkActive,
|
|
639
639
|
deps: [{
|
|
@@ -649,7 +649,7 @@ class RouterLinkActive {
|
|
|
649
649
|
});
|
|
650
650
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
651
651
|
minVersion: "14.0.0",
|
|
652
|
-
version: "22.0.0-next.
|
|
652
|
+
version: "22.0.0-next.11",
|
|
653
653
|
type: RouterLinkActive,
|
|
654
654
|
isStandalone: true,
|
|
655
655
|
selector: "[routerLinkActive]",
|
|
@@ -673,7 +673,7 @@ class RouterLinkActive {
|
|
|
673
673
|
}
|
|
674
674
|
i0.ɵɵngDeclareClassMetadata({
|
|
675
675
|
minVersion: "12.0.0",
|
|
676
|
-
version: "22.0.0-next.
|
|
676
|
+
version: "22.0.0-next.11",
|
|
677
677
|
ngImport: i0,
|
|
678
678
|
type: RouterLinkActive,
|
|
679
679
|
decorators: [{
|
|
@@ -725,7 +725,7 @@ class PreloadAllModules {
|
|
|
725
725
|
}
|
|
726
726
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
727
727
|
minVersion: "12.0.0",
|
|
728
|
-
version: "22.0.0-next.
|
|
728
|
+
version: "22.0.0-next.11",
|
|
729
729
|
ngImport: i0,
|
|
730
730
|
type: PreloadAllModules,
|
|
731
731
|
deps: [],
|
|
@@ -733,7 +733,7 @@ class PreloadAllModules {
|
|
|
733
733
|
});
|
|
734
734
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
735
735
|
minVersion: "12.0.0",
|
|
736
|
-
version: "22.0.0-next.
|
|
736
|
+
version: "22.0.0-next.11",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: PreloadAllModules,
|
|
739
739
|
providedIn: 'root'
|
|
@@ -741,7 +741,7 @@ class PreloadAllModules {
|
|
|
741
741
|
}
|
|
742
742
|
i0.ɵɵngDeclareClassMetadata({
|
|
743
743
|
minVersion: "12.0.0",
|
|
744
|
-
version: "22.0.0-next.
|
|
744
|
+
version: "22.0.0-next.11",
|
|
745
745
|
ngImport: i0,
|
|
746
746
|
type: PreloadAllModules,
|
|
747
747
|
decorators: [{
|
|
@@ -757,7 +757,7 @@ class NoPreloading {
|
|
|
757
757
|
}
|
|
758
758
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
759
759
|
minVersion: "12.0.0",
|
|
760
|
-
version: "22.0.0-next.
|
|
760
|
+
version: "22.0.0-next.11",
|
|
761
761
|
ngImport: i0,
|
|
762
762
|
type: NoPreloading,
|
|
763
763
|
deps: [],
|
|
@@ -765,7 +765,7 @@ class NoPreloading {
|
|
|
765
765
|
});
|
|
766
766
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
767
767
|
minVersion: "12.0.0",
|
|
768
|
-
version: "22.0.0-next.
|
|
768
|
+
version: "22.0.0-next.11",
|
|
769
769
|
ngImport: i0,
|
|
770
770
|
type: NoPreloading,
|
|
771
771
|
providedIn: 'root'
|
|
@@ -773,7 +773,7 @@ class NoPreloading {
|
|
|
773
773
|
}
|
|
774
774
|
i0.ɵɵngDeclareClassMetadata({
|
|
775
775
|
minVersion: "12.0.0",
|
|
776
|
-
version: "22.0.0-next.
|
|
776
|
+
version: "22.0.0-next.11",
|
|
777
777
|
ngImport: i0,
|
|
778
778
|
type: NoPreloading,
|
|
779
779
|
decorators: [{
|
|
@@ -854,7 +854,7 @@ class RouterPreloader {
|
|
|
854
854
|
}
|
|
855
855
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
856
856
|
minVersion: "12.0.0",
|
|
857
|
-
version: "22.0.0-next.
|
|
857
|
+
version: "22.0.0-next.11",
|
|
858
858
|
ngImport: i0,
|
|
859
859
|
type: RouterPreloader,
|
|
860
860
|
deps: [{
|
|
@@ -870,7 +870,7 @@ class RouterPreloader {
|
|
|
870
870
|
});
|
|
871
871
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
872
872
|
minVersion: "12.0.0",
|
|
873
|
-
version: "22.0.0-next.
|
|
873
|
+
version: "22.0.0-next.11",
|
|
874
874
|
ngImport: i0,
|
|
875
875
|
type: RouterPreloader,
|
|
876
876
|
providedIn: 'root'
|
|
@@ -878,7 +878,7 @@ class RouterPreloader {
|
|
|
878
878
|
}
|
|
879
879
|
i0.ɵɵngDeclareClassMetadata({
|
|
880
880
|
minVersion: "12.0.0",
|
|
881
|
-
version: "22.0.0-next.
|
|
881
|
+
version: "22.0.0-next.11",
|
|
882
882
|
ngImport: i0,
|
|
883
883
|
type: RouterPreloader,
|
|
884
884
|
decorators: [{
|
|
@@ -980,7 +980,7 @@ class RouterScroller {
|
|
|
980
980
|
}
|
|
981
981
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
982
982
|
minVersion: "12.0.0",
|
|
983
|
-
version: "22.0.0-next.
|
|
983
|
+
version: "22.0.0-next.11",
|
|
984
984
|
ngImport: i0,
|
|
985
985
|
type: RouterScroller,
|
|
986
986
|
deps: "invalid",
|
|
@@ -988,14 +988,14 @@ class RouterScroller {
|
|
|
988
988
|
});
|
|
989
989
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
990
990
|
minVersion: "12.0.0",
|
|
991
|
-
version: "22.0.0-next.
|
|
991
|
+
version: "22.0.0-next.11",
|
|
992
992
|
ngImport: i0,
|
|
993
993
|
type: RouterScroller
|
|
994
994
|
});
|
|
995
995
|
}
|
|
996
996
|
i0.ɵɵngDeclareClassMetadata({
|
|
997
997
|
minVersion: "12.0.0",
|
|
998
|
-
version: "22.0.0-next.
|
|
998
|
+
version: "22.0.0-next.11",
|
|
999
999
|
ngImport: i0,
|
|
1000
1000
|
type: RouterScroller,
|
|
1001
1001
|
decorators: [{
|
|
@@ -1311,7 +1311,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1311
1311
|
}
|
|
1312
1312
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1313
1313
|
minVersion: "12.0.0",
|
|
1314
|
-
version: "22.0.0-next.
|
|
1314
|
+
version: "22.0.0-next.11",
|
|
1315
1315
|
ngImport: i0,
|
|
1316
1316
|
type: NavigationStateManager,
|
|
1317
1317
|
deps: [],
|
|
@@ -1319,7 +1319,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1319
1319
|
});
|
|
1320
1320
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1321
1321
|
minVersion: "12.0.0",
|
|
1322
|
-
version: "22.0.0-next.
|
|
1322
|
+
version: "22.0.0-next.11",
|
|
1323
1323
|
ngImport: i0,
|
|
1324
1324
|
type: NavigationStateManager,
|
|
1325
1325
|
providedIn: 'root'
|
|
@@ -1327,7 +1327,7 @@ class NavigationStateManager extends StateManager {
|
|
|
1327
1327
|
}
|
|
1328
1328
|
i0.ɵɵngDeclareClassMetadata({
|
|
1329
1329
|
minVersion: "12.0.0",
|
|
1330
|
-
version: "22.0.0-next.
|
|
1330
|
+
version: "22.0.0-next.11",
|
|
1331
1331
|
ngImport: i0,
|
|
1332
1332
|
type: NavigationStateManager,
|
|
1333
1333
|
decorators: [{
|
|
@@ -1599,7 +1599,7 @@ class RouterModule {
|
|
|
1599
1599
|
}
|
|
1600
1600
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1601
1601
|
minVersion: "12.0.0",
|
|
1602
|
-
version: "22.0.0-next.
|
|
1602
|
+
version: "22.0.0-next.11",
|
|
1603
1603
|
ngImport: i0,
|
|
1604
1604
|
type: RouterModule,
|
|
1605
1605
|
deps: [],
|
|
@@ -1607,7 +1607,7 @@ class RouterModule {
|
|
|
1607
1607
|
});
|
|
1608
1608
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1609
1609
|
minVersion: "14.0.0",
|
|
1610
|
-
version: "22.0.0-next.
|
|
1610
|
+
version: "22.0.0-next.11",
|
|
1611
1611
|
ngImport: i0,
|
|
1612
1612
|
type: RouterModule,
|
|
1613
1613
|
imports: [RouterOutlet, RouterLink, RouterLinkActive, _EmptyOutletComponent],
|
|
@@ -1615,14 +1615,14 @@ class RouterModule {
|
|
|
1615
1615
|
});
|
|
1616
1616
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1617
1617
|
minVersion: "12.0.0",
|
|
1618
|
-
version: "22.0.0-next.
|
|
1618
|
+
version: "22.0.0-next.11",
|
|
1619
1619
|
ngImport: i0,
|
|
1620
1620
|
type: RouterModule
|
|
1621
1621
|
});
|
|
1622
1622
|
}
|
|
1623
1623
|
i0.ɵɵngDeclareClassMetadata({
|
|
1624
1624
|
minVersion: "12.0.0",
|
|
1625
|
-
version: "22.0.0-next.
|
|
1625
|
+
version: "22.0.0-next.11",
|
|
1626
1626
|
ngImport: i0,
|
|
1627
1627
|
type: RouterModule,
|
|
1628
1628
|
decorators: [{
|