@angular/core 8.2.8 → 8.2.12

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.8
2
+ * @license Angular v8.2.12
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4331,6 +4331,7 @@
4331
4331
  return bypassSanitizationTrustString(trustedResourceUrl, "ResourceUrl" /* ResourceUrl */);
4332
4332
  }
4333
4333
  function bypassSanitizationTrustString(trustedString, mode) {
4334
+ // tslint:disable-next-line
4334
4335
  var trusted = new String(trustedString);
4335
4336
  trusted[BRAND] = mode;
4336
4337
  return trusted;
@@ -18562,7 +18563,7 @@
18562
18563
  /**
18563
18564
  * @publicApi
18564
18565
  */
18565
- var VERSION = new Version('8.2.8');
18566
+ var VERSION = new Version('8.2.12');
18566
18567
 
18567
18568
  /**
18568
18569
  * @license