@angular/router 12.2.4 → 12.2.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.4
2
+ * @license Angular v12.2.5
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.4
2
+ * @license Angular v12.2.5
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.4
2
+ * @license Angular v12.2.5
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -5257,7 +5257,7 @@
5257
5257
  _this.lastSuccessfulNavigation = _this.currentNavigation;
5258
5258
  t.resolve(true);
5259
5259
  }, function (e) {
5260
- _this.console.warn("Unhandled Navigation Error: ");
5260
+ _this.console.warn("Unhandled Navigation Error: " + e);
5261
5261
  });
5262
5262
  };
5263
5263
  Router.prototype.scheduleNavigation = function (rawUrl, source, restoredState, extras, priorPromise) {
@@ -6747,7 +6747,7 @@
6747
6747
  /**
6748
6748
  * @publicApi
6749
6749
  */
6750
- var VERSION = new core.Version('12.2.4');
6750
+ var VERSION = new core.Version('12.2.5');
6751
6751
 
6752
6752
  /**
6753
6753
  * @license