@angular/compiler 21.0.0-next.6 → 21.0.0-next.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "21.0.0-next.6",
3
+ "version": "21.0.0-next.7",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.6
3
- * (c) 2010-2025 Google LLC. https://angular.io/
2
+ * @license Angular v21.0.0-next.7
3
+ * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
6
6
 
@@ -5230,6 +5230,8 @@ declare class Identifiers {
5230
5230
  static domProperty: ExternalReference;
5231
5231
  static ariaProperty: ExternalReference;
5232
5232
  static property: ExternalReference;
5233
+ static control: ExternalReference;
5234
+ static controlCreate: ExternalReference;
5233
5235
  static animationEnterListener: ExternalReference;
5234
5236
  static animationLeaveListener: ExternalReference;
5235
5237
  static animationEnter: ExternalReference;