@angular/router 15.0.3 → 15.0.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.3
2
+ * @license Angular v15.0.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -125,16 +125,16 @@ class RouterTestingModule {
125
125
  };
126
126
  }
127
127
  }
128
- RouterTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
129
- RouterTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
130
- RouterTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RouterTestingModule, providers: [
128
+ RouterTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
129
+ RouterTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
130
+ RouterTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RouterTestingModule, providers: [
131
131
  ɵROUTER_PROVIDERS,
132
132
  EXTRA_ROUTER_TESTING_PROVIDERS,
133
133
  provideLocationMocks(),
134
134
  ɵwithPreloading(NoPreloading).ɵproviders,
135
135
  { provide: ROUTES, multi: true, useValue: [] },
136
136
  ], imports: [RouterModule] });
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: RouterTestingModule, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RouterTestingModule, decorators: [{
138
138
  type: NgModule,
139
139
  args: [{
140
140
  exports: [RouterModule],
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.3
2
+ * @license Angular v15.0.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.3
2
+ * @license Angular v15.0.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -2548,6 +2548,8 @@ export declare class Router {
2548
2548
  * A strategy for re-using routes.
2549
2549
  */
2550
2550
  routeReuseStrategy: RouteReuseStrategy;
2551
+ /** Strategy used to create a UrlTree. */
2552
+ private readonly urlCreationStrategy;
2551
2553
  /**
2552
2554
  * A strategy for setting the title based on the `routerState`.
2553
2555
  */
@@ -3679,7 +3681,7 @@ export declare class RouterStateSnapshot extends Tree<ActivatedRouteSnapshot> {
3679
3681
  * `ROUTES` is a low level API for router configuration via dependency injection.
3680
3682
  *
3681
3683
  * We recommend that in almost all cases to use higher level APIs such as `RouterModule.forRoot()`,
3682
- * `RouterModule.forChild()`, `provideRoutes`, or `Router.resetConfig()`.
3684
+ * `provideRouter`, or `Router.resetConfig()`.
3683
3685
  *
3684
3686
  * @publicApi
3685
3687
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/router",
3
- "version": "15.0.3",
3
+ "version": "15.0.4",
4
4
  "description": "Angular - the routing library",
5
5
  "keywords": [
6
6
  "angular",
@@ -24,9 +24,9 @@
24
24
  "tslib": "^2.3.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "@angular/core": "15.0.3",
28
- "@angular/common": "15.0.3",
29
- "@angular/platform-browser": "15.0.3",
27
+ "@angular/core": "15.0.4",
28
+ "@angular/common": "15.0.4",
29
+ "@angular/platform-browser": "15.0.4",
30
30
  "rxjs": "^6.5.3 || ^7.4.0"
31
31
  },
32
32
  "ng-update": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.3
2
+ * @license Angular v15.0.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.3
2
+ * @license Angular v15.0.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */