@angular/router 12.2.6 → 12.2.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 v12.2.6
2
+ * @license Angular v12.2.7
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.6
2
+ * @license Angular v12.2.7
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.6
2
+ * @license Angular v12.2.7
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -6766,7 +6766,7 @@
6766
6766
  /**
6767
6767
  * @publicApi
6768
6768
  */
6769
- var VERSION = new core.Version('12.2.6');
6769
+ var VERSION = new core.Version('12.2.7');
6770
6770
 
6771
6771
  /**
6772
6772
  * @license