@angular/core 15.0.0-rc.3 → 15.0.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 v15.0.0-rc.3
2
+ * @license Angular v15.0.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7547,7 +7547,7 @@ function ɵɵvalidateIframeAttribute(attrValue, tagName, attrName) {
7547
7547
  `as a static attribute only. \n` +
7548
7548
  `To fix this, switch the \`${attrName}\` binding to a static attribute ` +
7549
7549
  `in a template or in host bindings section.`;
7550
- throw new RuntimeError(910 /* RuntimeErrorCode.UNSAFE_IFRAME_ATTRS */, errorMessage);
7550
+ throw new RuntimeError(-910 /* RuntimeErrorCode.UNSAFE_IFRAME_ATTRS */, errorMessage);
7551
7551
  }
7552
7552
  return attrValue;
7553
7553
  }
@@ -9531,7 +9531,7 @@ class Version {
9531
9531
  /**
9532
9532
  * @publicApi
9533
9533
  */
9534
- const VERSION = new Version('15.0.0-rc.3');
9534
+ const VERSION = new Version('15.0.0');
9535
9535
 
9536
9536
  /**
9537
9537
  * @license