@angular/compiler 20.0.0-next.3 → 20.0.0-next.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 v20.0.0-next.3
2
+ * @license Angular v20.0.0-next.4
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4821,6 +4821,8 @@ declare class Identifiers {
4821
4821
  static deferHydrateOnInteraction: ExternalReference;
4822
4822
  static deferHydrateOnViewport: ExternalReference;
4823
4823
  static deferEnableTimerScheduling: ExternalReference;
4824
+ static conditionalCreate: ExternalReference;
4825
+ static conditionalBranchCreate: ExternalReference;
4824
4826
  static conditional: ExternalReference;
4825
4827
  static repeater: ExternalReference;
4826
4828
  static repeaterCreate: ExternalReference;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "20.0.0-next.3",
3
+ "version": "20.0.0-next.4",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",