@angular/platform-browser 8.2.5 → 8.2.9

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.5
2
+ * @license Angular v8.2.9
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.5
2
+ * @license Angular v8.2.9
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.5
2
+ * @license Angular v8.2.9
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -2544,7 +2544,7 @@ var By = /** @class */ (function () {
2544
2544
  /**
2545
2545
  * @publicApi
2546
2546
  */
2547
- var VERSION = new Version('8.2.5');
2547
+ var VERSION = new Version('8.2.9');
2548
2548
 
2549
2549
  /**
2550
2550
  * @license