@angular/router 8.2.4 → 8.2.8

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 v8.2.4
2
+ * @license Angular v8.2.8
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v8.2.4
2
+ * @license Angular v8.2.8
3
3
  * (c) 2010-2019 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 v8.2.4
2
+ * @license Angular v8.2.8
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4121,7 +4121,7 @@ var Router = /** @class */ (function () {
4121
4121
  /**
4122
4122
  * Applies an array of commands to the current URL tree and creates a new URL tree.
4123
4123
  *
4124
- * When given an activate route, applies the given commands starting from the route.
4124
+ * When given an activated route, applies the given commands starting from the route.
4125
4125
  * Otherwise, applies the given command starting from the root.
4126
4126
  *
4127
4127
  * @param commands An array of commands to apply.
@@ -5712,7 +5712,7 @@ function provideRouterInitializer() {
5712
5712
  /**
5713
5713
  * @publicApi
5714
5714
  */
5715
- var VERSION = new Version('8.2.4');
5715
+ var VERSION = new Version('8.2.8');
5716
5716
 
5717
5717
  /**
5718
5718
  * @license