@angular/router 7.2.15 → 7.2.16

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 v7.2.15
2
+ * @license Angular v7.2.16
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 v7.2.15
2
+ * @license Angular v7.2.16
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 v7.2.15
2
+ * @license Angular v7.2.16
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -5740,7 +5740,7 @@ function provideRouterInitializer() {
5740
5740
  /**
5741
5741
  * @publicApi
5742
5742
  */
5743
- var VERSION = new Version('7.2.15');
5743
+ var VERSION = new Version('7.2.16');
5744
5744
 
5745
5745
  /**
5746
5746
  * @license