@angular/router 18.0.0-next.3 → 18.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/esm2022/src/components/empty_outlet.mjs +3 -3
- package/esm2022/src/directives/router_link.mjs +3 -3
- package/esm2022/src/directives/router_link_active.mjs +3 -3
- package/esm2022/src/directives/router_outlet.mjs +7 -10
- package/esm2022/src/events.mjs +2 -2
- package/esm2022/src/models.mjs +2 -2
- package/esm2022/src/navigation_transition.mjs +4 -4
- package/esm2022/src/page_title_strategy.mjs +8 -8
- package/esm2022/src/provide_router.mjs +2 -2
- package/esm2022/src/route_reuse_strategy.mjs +6 -6
- package/esm2022/src/router.mjs +7 -7
- package/esm2022/src/router_config_loader.mjs +3 -3
- package/esm2022/src/router_module.mjs +6 -6
- package/esm2022/src/router_outlet_context.mjs +3 -3
- package/esm2022/src/router_preloader.mjs +9 -9
- package/esm2022/src/router_scroller.mjs +3 -3
- package/esm2022/src/router_state.mjs +3 -3
- package/esm2022/src/statemanager/state_manager.mjs +6 -6
- package/esm2022/src/url_handling_strategy.mjs +6 -6
- package/esm2022/src/url_tree.mjs +3 -3
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/router_testing_harness.mjs +6 -6
- package/esm2022/testing/src/router_testing_module.mjs +4 -4
- package/fesm2022/router.mjs +83 -86
- package/fesm2022/router.mjs.map +1 -1
- package/fesm2022/testing.mjs +12 -12
- package/fesm2022/upgrade.mjs +2 -2
- package/index.d.ts +19 -22
- package/package.json +4 -4
- package/testing/index.d.ts +2 -2
- package/upgrade/index.d.ts +2 -2
package/fesm2022/router.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v18.0.0-next.
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v18.0.0-next.4
|
|
3
|
+
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -421,10 +421,10 @@ function mapChildrenIntoArray(segment, fn) {
|
|
|
421
421
|
* @publicApi
|
|
422
422
|
*/
|
|
423
423
|
class UrlSerializer {
|
|
424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
425
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: UrlSerializer, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
425
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: UrlSerializer, providedIn: 'root', useFactory: () => new DefaultUrlSerializer() }); }
|
|
426
426
|
}
|
|
427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: UrlSerializer, decorators: [{
|
|
428
428
|
type: Injectable,
|
|
429
429
|
args: [{ providedIn: 'root', useFactory: () => new DefaultUrlSerializer() }]
|
|
430
430
|
}] });
|
|
@@ -1256,7 +1256,7 @@ var EventType;
|
|
|
1256
1256
|
* ```
|
|
1257
1257
|
*
|
|
1258
1258
|
* @see {@link Event}
|
|
1259
|
-
* @see [Router events summary](guide/router-reference#router-events)
|
|
1259
|
+
* @see [Router events summary](guide/routing/router-reference#router-events)
|
|
1260
1260
|
* @publicApi
|
|
1261
1261
|
*/
|
|
1262
1262
|
class RouterEvent {
|
|
@@ -1857,10 +1857,10 @@ class ChildrenOutletContexts {
|
|
|
1857
1857
|
getContext(childName) {
|
|
1858
1858
|
return this.contexts.get(childName) || null;
|
|
1859
1859
|
}
|
|
1860
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1861
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1860
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: ChildrenOutletContexts, deps: [{ token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1861
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: ChildrenOutletContexts, providedIn: 'root' }); }
|
|
1862
1862
|
}
|
|
1863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: ChildrenOutletContexts, decorators: [{
|
|
1864
1864
|
type: Injectable,
|
|
1865
1865
|
args: [{ providedIn: 'root' }]
|
|
1866
1866
|
}], ctorParameters: () => [{ type: i0.EnvironmentInjector }] });
|
|
@@ -1979,7 +1979,7 @@ function nodeChildrenAsMap(node) {
|
|
|
1979
1979
|
* ```
|
|
1980
1980
|
*
|
|
1981
1981
|
* @see {@link ActivatedRoute}
|
|
1982
|
-
* @see [Getting route information](guide/router#getting-route-information)
|
|
1982
|
+
* @see [Getting route information](guide/routing/common-router-tasks#getting-route-information)
|
|
1983
1983
|
*
|
|
1984
1984
|
* @publicApi
|
|
1985
1985
|
*/
|
|
@@ -2030,7 +2030,7 @@ function createEmptyStateSnapshot(rootComponent) {
|
|
|
2030
2030
|
* {@example router/activated-route/module.ts region="activated-route"
|
|
2031
2031
|
* header="activated-route.component.ts"}
|
|
2032
2032
|
*
|
|
2033
|
-
* @see [Getting route information](guide/router#getting-route-information)
|
|
2033
|
+
* @see [Getting route information](guide/routing/common-router-tasks#getting-route-information)
|
|
2034
2034
|
*
|
|
2035
2035
|
* @publicApi
|
|
2036
2036
|
*/
|
|
@@ -2401,8 +2401,6 @@ function hasStaticTitle(config) {
|
|
|
2401
2401
|
* (detach)='onDetach($event)'></router-outlet>
|
|
2402
2402
|
* ```
|
|
2403
2403
|
*
|
|
2404
|
-
* @see [Routing tutorial](guide/router-tutorial-toh#named-outlets "Example of a named
|
|
2405
|
-
* outlet and secondary route configuration").
|
|
2406
2404
|
* @see {@link RouterLink}
|
|
2407
2405
|
* @see {@link Route}
|
|
2408
2406
|
* @ngModule RouterModule
|
|
@@ -2416,7 +2414,6 @@ class RouterOutlet {
|
|
|
2416
2414
|
/**
|
|
2417
2415
|
* The name of the outlet
|
|
2418
2416
|
*
|
|
2419
|
-
* @see [named outlets](guide/router-tutorial-toh#displaying-multiple-routes-in-named-outlets)
|
|
2420
2417
|
*/
|
|
2421
2418
|
this.name = PRIMARY_OUTLET;
|
|
2422
2419
|
this.activateEvents = new EventEmitter();
|
|
@@ -2571,10 +2568,10 @@ class RouterOutlet {
|
|
|
2571
2568
|
this.inputBinder?.bindActivatedRouteToOutletComponent(this);
|
|
2572
2569
|
this.activateEvents.emit(this.activated.instance);
|
|
2573
2570
|
}
|
|
2574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2575
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
2571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2572
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.4", type: RouterOutlet, isStandalone: true, selector: "router-outlet", inputs: { name: "name" }, outputs: { activateEvents: "activate", deactivateEvents: "deactivate", attachEvents: "attach", detachEvents: "detach" }, exportAs: ["outlet"], usesOnChanges: true, ngImport: i0 }); }
|
|
2576
2573
|
}
|
|
2577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterOutlet, decorators: [{
|
|
2578
2575
|
type: Directive,
|
|
2579
2576
|
args: [{
|
|
2580
2577
|
selector: 'router-outlet',
|
|
@@ -2686,10 +2683,10 @@ class RoutedComponentInputBinder {
|
|
|
2686
2683
|
});
|
|
2687
2684
|
this.outletDataSubscriptions.set(outlet, dataSubscription);
|
|
2688
2685
|
}
|
|
2689
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2690
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RoutedComponentInputBinder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2687
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RoutedComponentInputBinder }); }
|
|
2691
2688
|
}
|
|
2692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RoutedComponentInputBinder, decorators: [{
|
|
2693
2690
|
type: Injectable
|
|
2694
2691
|
}] });
|
|
2695
2692
|
|
|
@@ -2769,10 +2766,10 @@ function isNavigationCancelingError(error) {
|
|
|
2769
2766
|
* to this `EmptyOutletComponent`.
|
|
2770
2767
|
*/
|
|
2771
2768
|
class ɵEmptyOutletComponent {
|
|
2772
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2773
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
2769
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: ɵEmptyOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2770
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.4", type: ɵEmptyOutletComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `<router-outlet></router-outlet>`, isInline: true, dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] }); }
|
|
2774
2771
|
}
|
|
2775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: ɵEmptyOutletComponent, decorators: [{
|
|
2776
2773
|
type: Component,
|
|
2777
2774
|
args: [{
|
|
2778
2775
|
template: `<router-outlet></router-outlet>`,
|
|
@@ -3345,7 +3342,7 @@ function isEmptyError(e) {
|
|
|
3345
3342
|
* navigation should go to and the optional `navigationBehaviorOptions` can provide more information
|
|
3346
3343
|
* about _how_ to perform the navigation.
|
|
3347
3344
|
*
|
|
3348
|
-
* @see [Routing
|
|
3345
|
+
* @see [Routing guide](guide/routing/common-router-tasks#preventing-unauthorized-access)
|
|
3349
3346
|
* @publicApi
|
|
3350
3347
|
*/
|
|
3351
3348
|
class RedirectCommand {
|
|
@@ -4189,7 +4186,7 @@ function switchTap(next) {
|
|
|
4189
4186
|
* incorporate titles in named outlets.
|
|
4190
4187
|
*
|
|
4191
4188
|
* @publicApi
|
|
4192
|
-
* @see [Page title guide](guide/router#setting-the-page-title)
|
|
4189
|
+
* @see [Page title guide](guide/routing/common-router-tasks#setting-the-page-title)
|
|
4193
4190
|
*/
|
|
4194
4191
|
class TitleStrategy {
|
|
4195
4192
|
/**
|
|
@@ -4211,10 +4208,10 @@ class TitleStrategy {
|
|
|
4211
4208
|
getResolvedTitleForRoute(snapshot) {
|
|
4212
4209
|
return snapshot.data[RouteTitleKey];
|
|
4213
4210
|
}
|
|
4214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4215
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: TitleStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4212
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: TitleStrategy, providedIn: 'root', useFactory: () => inject(DefaultTitleStrategy) }); }
|
|
4216
4213
|
}
|
|
4217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: TitleStrategy, decorators: [{
|
|
4218
4215
|
type: Injectable,
|
|
4219
4216
|
args: [{ providedIn: 'root', useFactory: () => inject(DefaultTitleStrategy) }]
|
|
4220
4217
|
}] });
|
|
@@ -4237,10 +4234,10 @@ class DefaultTitleStrategy extends TitleStrategy {
|
|
|
4237
4234
|
this.title.setTitle(title);
|
|
4238
4235
|
}
|
|
4239
4236
|
}
|
|
4240
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4241
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4237
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultTitleStrategy, deps: [{ token: i1.Title }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4238
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultTitleStrategy, providedIn: 'root' }); }
|
|
4242
4239
|
}
|
|
4243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultTitleStrategy, decorators: [{
|
|
4244
4241
|
type: Injectable,
|
|
4245
4242
|
args: [{ providedIn: 'root' }]
|
|
4246
4243
|
}], ctorParameters: () => [{ type: i1.Title }] });
|
|
@@ -4316,10 +4313,10 @@ class RouterConfigLoader {
|
|
|
4316
4313
|
this.childrenLoaders.set(route, loader);
|
|
4317
4314
|
return loader;
|
|
4318
4315
|
}
|
|
4319
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4320
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterConfigLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4317
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterConfigLoader, providedIn: 'root' }); }
|
|
4321
4318
|
}
|
|
4322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterConfigLoader, decorators: [{
|
|
4323
4320
|
type: Injectable,
|
|
4324
4321
|
args: [{ providedIn: 'root' }]
|
|
4325
4322
|
}] });
|
|
@@ -4386,10 +4383,10 @@ function maybeUnwrapDefaultExport(input) {
|
|
|
4386
4383
|
* @publicApi
|
|
4387
4384
|
*/
|
|
4388
4385
|
class UrlHandlingStrategy {
|
|
4389
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4390
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4386
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: UrlHandlingStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4387
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: UrlHandlingStrategy, providedIn: 'root', useFactory: () => inject(DefaultUrlHandlingStrategy) }); }
|
|
4391
4388
|
}
|
|
4392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: UrlHandlingStrategy, decorators: [{
|
|
4393
4390
|
type: Injectable,
|
|
4394
4391
|
args: [{ providedIn: 'root', useFactory: () => inject(DefaultUrlHandlingStrategy) }]
|
|
4395
4392
|
}] });
|
|
@@ -4406,10 +4403,10 @@ class DefaultUrlHandlingStrategy {
|
|
|
4406
4403
|
merge(newUrlPart, wholeUrl) {
|
|
4407
4404
|
return newUrlPart;
|
|
4408
4405
|
}
|
|
4409
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4410
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4406
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultUrlHandlingStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4407
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultUrlHandlingStrategy, providedIn: 'root' }); }
|
|
4411
4408
|
}
|
|
4412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultUrlHandlingStrategy, decorators: [{
|
|
4413
4410
|
type: Injectable,
|
|
4414
4411
|
args: [{ providedIn: 'root' }]
|
|
4415
4412
|
}] });
|
|
@@ -4845,10 +4842,10 @@ class NavigationTransitions {
|
|
|
4845
4842
|
return (extractedBrowserUrl.toString() !== this.currentTransition?.extractedUrl.toString() &&
|
|
4846
4843
|
!this.currentTransition?.extras.skipLocationChange);
|
|
4847
4844
|
}
|
|
4848
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4849
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4845
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: NavigationTransitions, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4846
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: NavigationTransitions, providedIn: 'root' }); }
|
|
4850
4847
|
}
|
|
4851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: NavigationTransitions, decorators: [{
|
|
4852
4849
|
type: Injectable,
|
|
4853
4850
|
args: [{ providedIn: 'root' }]
|
|
4854
4851
|
}], ctorParameters: () => [] });
|
|
@@ -4864,10 +4861,10 @@ function isBrowserTriggeredNavigation(source) {
|
|
|
4864
4861
|
* @publicApi
|
|
4865
4862
|
*/
|
|
4866
4863
|
class RouteReuseStrategy {
|
|
4867
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4868
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4864
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouteReuseStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4865
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouteReuseStrategy, providedIn: 'root', useFactory: () => inject(DefaultRouteReuseStrategy) }); }
|
|
4869
4866
|
}
|
|
4870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouteReuseStrategy, decorators: [{
|
|
4871
4868
|
type: Injectable,
|
|
4872
4869
|
args: [{ providedIn: 'root', useFactory: () => inject(DefaultRouteReuseStrategy) }]
|
|
4873
4870
|
}] });
|
|
@@ -4918,19 +4915,19 @@ class BaseRouteReuseStrategy {
|
|
|
4918
4915
|
}
|
|
4919
4916
|
}
|
|
4920
4917
|
class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
|
|
4921
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4922
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4918
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultRouteReuseStrategy, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4919
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultRouteReuseStrategy, providedIn: 'root' }); }
|
|
4923
4920
|
}
|
|
4924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: DefaultRouteReuseStrategy, decorators: [{
|
|
4925
4922
|
type: Injectable,
|
|
4926
4923
|
args: [{ providedIn: 'root' }]
|
|
4927
4924
|
}] });
|
|
4928
4925
|
|
|
4929
4926
|
class StateManager {
|
|
4930
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4931
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4927
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: StateManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4928
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: StateManager, providedIn: 'root', useFactory: () => inject(HistoryStateManager) }); }
|
|
4932
4929
|
}
|
|
4933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
4930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: StateManager, decorators: [{
|
|
4934
4931
|
type: Injectable,
|
|
4935
4932
|
args: [{ providedIn: 'root', useFactory: () => inject(HistoryStateManager) }]
|
|
4936
4933
|
}] });
|
|
@@ -5105,10 +5102,10 @@ class HistoryStateManager extends StateManager {
|
|
|
5105
5102
|
}
|
|
5106
5103
|
return { navigationId };
|
|
5107
5104
|
}
|
|
5108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5109
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5105
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: HistoryStateManager, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5106
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: HistoryStateManager, providedIn: 'root' }); }
|
|
5110
5107
|
}
|
|
5111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: HistoryStateManager, decorators: [{
|
|
5112
5109
|
type: Injectable,
|
|
5113
5110
|
args: [{ providedIn: 'root' }]
|
|
5114
5111
|
}] });
|
|
@@ -5177,7 +5174,7 @@ const subsetMatchOptions = {
|
|
|
5177
5174
|
* A service that provides navigation among views and URL manipulation capabilities.
|
|
5178
5175
|
*
|
|
5179
5176
|
* @see {@link Route}
|
|
5180
|
-
* @see [Routing and Navigation Guide](guide/router).
|
|
5177
|
+
* @see [Routing and Navigation Guide](guide/routing/common-router-tasks).
|
|
5181
5178
|
*
|
|
5182
5179
|
* @ngModule RouterModule
|
|
5183
5180
|
*
|
|
@@ -5557,7 +5554,7 @@ class Router {
|
|
|
5557
5554
|
* router.navigateByUrl("/team/33/user/11", { skipLocationChange: true });
|
|
5558
5555
|
* ```
|
|
5559
5556
|
*
|
|
5560
|
-
* @see [Routing and Navigation guide](guide/router)
|
|
5557
|
+
* @see [Routing and Navigation guide](guide/routing/common-router-tasks)
|
|
5561
5558
|
*
|
|
5562
5559
|
*/
|
|
5563
5560
|
navigateByUrl(url, extras = {
|
|
@@ -5599,7 +5596,7 @@ class Router {
|
|
|
5599
5596
|
* router.navigate(['team', 33, 'user', 11], {relativeTo: route, skipLocationChange: true});
|
|
5600
5597
|
* ```
|
|
5601
5598
|
*
|
|
5602
|
-
* @see [Routing and Navigation guide](guide/router)
|
|
5599
|
+
* @see [Routing and Navigation guide](guide/routing/common-router-tasks)
|
|
5603
5600
|
*
|
|
5604
5601
|
*/
|
|
5605
5602
|
navigate(commands, extras = { skipLocationChange: false }) {
|
|
@@ -5688,10 +5685,10 @@ class Router {
|
|
|
5688
5685
|
return Promise.reject(e);
|
|
5689
5686
|
});
|
|
5690
5687
|
}
|
|
5691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5692
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5688
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: Router, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5689
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: Router, providedIn: 'root' }); }
|
|
5693
5690
|
}
|
|
5694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: Router, decorators: [{
|
|
5695
5692
|
type: Injectable,
|
|
5696
5693
|
args: [{ providedIn: 'root' }]
|
|
5697
5694
|
}], ctorParameters: () => [] });
|
|
@@ -5966,10 +5963,10 @@ class RouterLink {
|
|
|
5966
5963
|
preserveFragment: this.preserveFragment,
|
|
5967
5964
|
});
|
|
5968
5965
|
}
|
|
5969
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5970
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.
|
|
5966
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterLink, deps: [{ token: Router }, { token: ActivatedRoute }, { token: 'tabindex', attribute: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i3.LocationStrategy }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5967
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.4", type: RouterLink, isStandalone: true, selector: "[routerLink]", inputs: { target: "target", queryParams: "queryParams", fragment: "fragment", queryParamsHandling: "queryParamsHandling", state: "state", info: "info", relativeTo: "relativeTo", preserveFragment: ["preserveFragment", "preserveFragment", booleanAttribute], skipLocationChange: ["skipLocationChange", "skipLocationChange", booleanAttribute], replaceUrl: ["replaceUrl", "replaceUrl", booleanAttribute], routerLink: "routerLink" }, host: { listeners: { "click": "onClick($event.button,$event.ctrlKey,$event.shiftKey,$event.altKey,$event.metaKey)" }, properties: { "attr.target": "this.target" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
5971
5968
|
}
|
|
5972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
5969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterLink, decorators: [{
|
|
5973
5970
|
type: Directive,
|
|
5974
5971
|
args: [{
|
|
5975
5972
|
selector: '[routerLink]',
|
|
@@ -6207,10 +6204,10 @@ class RouterLinkActive {
|
|
|
6207
6204
|
const isActiveCheckFn = this.isLinkActive(this.router);
|
|
6208
6205
|
return (this.link && isActiveCheckFn(this.link)) || this.links.some(isActiveCheckFn);
|
|
6209
6206
|
}
|
|
6210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6211
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
6207
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterLinkActive, deps: [{ token: Router }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: RouterLink, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6208
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.4", type: RouterLinkActive, isStandalone: true, selector: "[routerLinkActive]", inputs: { routerLinkActiveOptions: "routerLinkActiveOptions", ariaCurrentWhenActive: "ariaCurrentWhenActive", routerLinkActive: "routerLinkActive" }, outputs: { isActiveChange: "isActiveChange" }, queries: [{ propertyName: "links", predicate: RouterLink, descendants: true }], exportAs: ["routerLinkActive"], usesOnChanges: true, ngImport: i0 }); }
|
|
6212
6209
|
}
|
|
6213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterLinkActive, decorators: [{
|
|
6214
6211
|
type: Directive,
|
|
6215
6212
|
args: [{
|
|
6216
6213
|
selector: '[routerLinkActive]',
|
|
@@ -6262,10 +6259,10 @@ class PreloadAllModules {
|
|
|
6262
6259
|
preload(route, fn) {
|
|
6263
6260
|
return fn().pipe(catchError(() => of(null)));
|
|
6264
6261
|
}
|
|
6265
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6266
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: PreloadAllModules, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6263
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: PreloadAllModules, providedIn: 'root' }); }
|
|
6267
6264
|
}
|
|
6268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: PreloadAllModules, decorators: [{
|
|
6269
6266
|
type: Injectable,
|
|
6270
6267
|
args: [{ providedIn: 'root' }]
|
|
6271
6268
|
}] });
|
|
@@ -6282,10 +6279,10 @@ class NoPreloading {
|
|
|
6282
6279
|
preload(route, fn) {
|
|
6283
6280
|
return of(null);
|
|
6284
6281
|
}
|
|
6285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6286
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: NoPreloading, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6283
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: NoPreloading, providedIn: 'root' }); }
|
|
6287
6284
|
}
|
|
6288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: NoPreloading, decorators: [{
|
|
6289
6286
|
type: Injectable,
|
|
6290
6287
|
args: [{ providedIn: 'root' }]
|
|
6291
6288
|
}] });
|
|
@@ -6376,10 +6373,10 @@ class RouterPreloader {
|
|
|
6376
6373
|
}
|
|
6377
6374
|
});
|
|
6378
6375
|
}
|
|
6379
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6380
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6376
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterPreloader, deps: [{ token: Router }, { token: i0.Compiler }, { token: i0.EnvironmentInjector }, { token: PreloadingStrategy }, { token: RouterConfigLoader }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6377
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterPreloader, providedIn: 'root' }); }
|
|
6381
6378
|
}
|
|
6382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterPreloader, decorators: [{
|
|
6383
6380
|
type: Injectable,
|
|
6384
6381
|
args: [{ providedIn: 'root' }]
|
|
6385
6382
|
}], ctorParameters: () => [{ type: Router }, { type: i0.Compiler }, { type: i0.EnvironmentInjector }, { type: PreloadingStrategy }, { type: RouterConfigLoader }] });
|
|
@@ -6472,10 +6469,10 @@ class RouterScroller {
|
|
|
6472
6469
|
this.routerEventsSubscription?.unsubscribe();
|
|
6473
6470
|
this.scrollEventsSubscription?.unsubscribe();
|
|
6474
6471
|
}
|
|
6475
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6476
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterScroller, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6473
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterScroller }); }
|
|
6477
6474
|
}
|
|
6478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
6475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterScroller, decorators: [{
|
|
6479
6476
|
type: Injectable
|
|
6480
6477
|
}], ctorParameters: () => [{ type: UrlSerializer }, { type: NavigationTransitions }, { type: i3.ViewportScroller }, { type: i0.NgZone }, { type: undefined }] });
|
|
6481
6478
|
|
|
@@ -6899,7 +6896,7 @@ function withHashLocation() {
|
|
|
6899
6896
|
/**
|
|
6900
6897
|
* Provides a function which is called when a navigation error occurs.
|
|
6901
6898
|
*
|
|
6902
|
-
* This function is run inside application's [injection context](guide/dependency-injection-context)
|
|
6899
|
+
* This function is run inside application's [injection context](guide/di/dependency-injection-context)
|
|
6903
6900
|
* so you can use the [`inject`](api/core/inject) function.
|
|
6904
6901
|
*
|
|
6905
6902
|
* @usageNotes
|
|
@@ -7042,7 +7039,7 @@ const ROUTER_PROVIDERS = [
|
|
|
7042
7039
|
* * The `forChild()` method creates an `NgModule` that contains all the directives and the given
|
|
7043
7040
|
* routes, but does not include the `Router` service.
|
|
7044
7041
|
*
|
|
7045
|
-
* @see [Routing and Navigation guide](guide/router) for an
|
|
7042
|
+
* @see [Routing and Navigation guide](guide/routing/common-router-tasks) for an
|
|
7046
7043
|
* overview of how the `Router` service should be used.
|
|
7047
7044
|
*
|
|
7048
7045
|
* @publicApi
|
|
@@ -7116,11 +7113,11 @@ class RouterModule {
|
|
|
7116
7113
|
providers: [{ provide: ROUTES, multi: true, useValue: routes }],
|
|
7117
7114
|
};
|
|
7118
7115
|
}
|
|
7119
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
7120
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
7121
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
7116
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterModule, deps: [{ token: ROUTER_FORROOT_GUARD, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7117
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterModule, imports: [RouterOutlet, RouterLink, RouterLinkActive, ɵEmptyOutletComponent], exports: [RouterOutlet, RouterLink, RouterLinkActive, ɵEmptyOutletComponent] }); }
|
|
7118
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterModule }); }
|
|
7122
7119
|
}
|
|
7123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
7120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i0, type: RouterModule, decorators: [{
|
|
7124
7121
|
type: NgModule,
|
|
7125
7122
|
args: [{
|
|
7126
7123
|
imports: ROUTER_DIRECTIVES,
|
|
@@ -7265,7 +7262,7 @@ function mapToResolve(provider) {
|
|
|
7265
7262
|
/**
|
|
7266
7263
|
* @publicApi
|
|
7267
7264
|
*/
|
|
7268
|
-
const VERSION = new Version('18.0.0-next.
|
|
7265
|
+
const VERSION = new Version('18.0.0-next.4');
|
|
7269
7266
|
|
|
7270
7267
|
/**
|
|
7271
7268
|
* @module
|