@angular/core 10.1.5 → 10.1.6

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 v10.1.5
2
+ * @license Angular v10.1.6
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -19876,7 +19876,7 @@
19876
19876
  /**
19877
19877
  * @publicApi
19878
19878
  */
19879
- var VERSION = new Version('10.1.5');
19879
+ var VERSION = new Version('10.1.6');
19880
19880
 
19881
19881
  /**
19882
19882
  * @license