@angular/compiler 20.2.0-next.6 → 20.2.0-rc.1
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 +18 -17
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +3 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.2.0-
|
|
2
|
+
* @license Angular v20.2.0-rc.1
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -8,8 +8,7 @@ declare const emitDistinctChangesOnlyDefaultValue = true;
|
|
|
8
8
|
declare enum ViewEncapsulation$1 {
|
|
9
9
|
Emulated = 0,
|
|
10
10
|
None = 2,
|
|
11
|
-
ShadowDom = 3
|
|
12
|
-
IsolatedShadowDom = 4
|
|
11
|
+
ShadowDom = 3
|
|
13
12
|
}
|
|
14
13
|
declare enum ChangeDetectionStrategy$1 {
|
|
15
14
|
OnPush = 0,
|
|
@@ -2604,8 +2603,7 @@ interface R3DeclareInjectableFacade {
|
|
|
2604
2603
|
declare enum ViewEncapsulation {
|
|
2605
2604
|
Emulated = 0,
|
|
2606
2605
|
None = 2,
|
|
2607
|
-
ShadowDom = 3
|
|
2608
|
-
IsolatedShadowDom = 4
|
|
2606
|
+
ShadowDom = 3
|
|
2609
2607
|
}
|
|
2610
2608
|
type ChangeDetectionStrategy = number;
|
|
2611
2609
|
interface R3QueryMetadataFacade {
|