@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/fesm2022/compiler.mjs +92 -12
- package/fesm2022/compiler.mjs.map +1 -1
- package/package.json +1 -1
- package/types/compiler.d.ts +4 -2
package/package.json
CHANGED
package/types/compiler.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-next.
|
|
3
|
-
* (c) 2010-2025 Google LLC. https://angular.
|
|
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;
|