@angular/router 8.2.11 → 8.2.12

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.11
2
+ * @license Angular v8.2.12
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.11
2
+ * @license Angular v8.2.12
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.11
2
+ * @license Angular v8.2.12
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -5715,7 +5715,7 @@ function provideRouterInitializer() {
5715
5715
  /**
5716
5716
  * @publicApi
5717
5717
  */
5718
- var VERSION = new Version('8.2.11');
5718
+ var VERSION = new Version('8.2.12');
5719
5719
 
5720
5720
  /**
5721
5721
  * @license