@angular/core 15.0.0-rc.3 → 15.0.0-rc.4

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.
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0-rc.3
2
+ * @license Angular v15.0.0-rc.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7379,7 +7379,7 @@ declare const enum RuntimeErrorCode {
7379
7379
  TYPE_IS_NOT_STANDALONE = 907,
7380
7380
  MISSING_ZONEJS = 908,
7381
7381
  UNEXPECTED_ZONE_STATE = 909,
7382
- UNSAFE_IFRAME_ATTRS = 910
7382
+ UNSAFE_IFRAME_ATTRS = -910
7383
7383
  }
7384
7384
 
7385
7385
  declare const SANITIZER = 12;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "15.0.0-rc.3",
3
+ "version": "15.0.0-rc.4",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0-rc.3
2
+ * @license Angular v15.0.0-rc.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */