@angular/core 10.2.2 → 10.2.3

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.2.2
2
+ * @license Angular v10.2.3
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21686,7 +21686,7 @@
21686
21686
  /**
21687
21687
  * @publicApi
21688
21688
  */
21689
- var VERSION = new Version('10.2.2');
21689
+ var VERSION = new Version('10.2.3');
21690
21690
 
21691
21691
  /**
21692
21692
  * @license