@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/fesm2022/compiler.mjs +236 -92
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.0.0-next.
|
|
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;
|