@angular/router 9.0.3 → 9.0.7

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 v9.0.3
2
+ * @license Angular v9.0.7
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v9.0.3
2
+ * @license Angular v9.0.7
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm5/router.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v9.0.3
2
+ * @license Angular v9.0.7
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4544,6 +4544,7 @@ var RouterLink = /** @class */ (function () {
4544
4544
  var extras = {
4545
4545
  skipLocationChange: attrBoolValue(this.skipLocationChange),
4546
4546
  replaceUrl: attrBoolValue(this.replaceUrl),
4547
+ state: this.state
4547
4548
  };
4548
4549
  this.router.navigateByUrl(this.urlTree, extras);
4549
4550
  return true;
@@ -5751,7 +5752,7 @@ function provideRouterInitializer() {
5751
5752
  /**
5752
5753
  * @publicApi
5753
5754
  */
5754
- var VERSION = new Version('9.0.3');
5755
+ var VERSION = new Version('9.0.7');
5755
5756
 
5756
5757
  /**
5757
5758
  * @license