@angular/platform-browser 7.2.0-rc.0 → 7.2.0

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 v7.2.0-rc.0
2
+ * @license Angular v7.2.0
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.0-rc.0
2
+ * @license Angular v7.2.0
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.0-rc.0
2
+ * @license Angular v7.2.0
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -93,7 +93,7 @@ var GenericBrowserDomAdapter = /** @class */ (function (_super) {
93
93
  }
94
94
  });
95
95
  }
96
- catch (e) {
96
+ catch (_a) {
97
97
  _this._animationPrefix = null;
98
98
  _this._transitionEnd = null;
99
99
  }
@@ -406,7 +406,7 @@ var BrowserDomAdapter = /** @class */ (function (_super) {
406
406
  try {
407
407
  return el.getBoundingClientRect();
408
408
  }
409
- catch (e) {
409
+ catch (_a) {
410
410
  return { top: 0, bottom: 0, left: 0, right: 0, width: 0, height: 0 };
411
411
  }
412
412
  };
@@ -2472,7 +2472,7 @@ var By = /** @class */ (function () {
2472
2472
  /**
2473
2473
  * @publicApi
2474
2474
  */
2475
- var VERSION = new Version('7.2.0-rc.0');
2475
+ var VERSION = new Version('7.2.0');
2476
2476
 
2477
2477
  /**
2478
2478
  * @license