@angular/compiler 21.0.0-rc.1 → 21.0.0-rc.3
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/README.md +1 -2
- package/fesm2022/compiler.mjs +39 -37
- package/fesm2022/compiler.mjs.map +1 -1
- package/package.json +1 -1
- package/types/compiler.d.ts +3 -12
package/package.json
CHANGED
package/types/compiler.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-rc.
|
|
2
|
+
* @license Angular v21.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -9,7 +9,7 @@ declare enum ViewEncapsulation$1 {
|
|
|
9
9
|
Emulated = 0,
|
|
10
10
|
None = 2,
|
|
11
11
|
ShadowDom = 3,
|
|
12
|
-
|
|
12
|
+
ExperimentalIsolatedShadowDom = 4
|
|
13
13
|
}
|
|
14
14
|
declare enum ChangeDetectionStrategy$1 {
|
|
15
15
|
OnPush = 0,
|
|
@@ -2617,7 +2617,7 @@ declare enum ViewEncapsulation {
|
|
|
2617
2617
|
Emulated = 0,
|
|
2618
2618
|
None = 2,
|
|
2619
2619
|
ShadowDom = 3,
|
|
2620
|
-
|
|
2620
|
+
ExperimentalIsolatedShadowDom = 4
|
|
2621
2621
|
}
|
|
2622
2622
|
type ChangeDetectionStrategy = number;
|
|
2623
2623
|
interface R3QueryMetadataFacade {
|
|
@@ -3972,10 +3972,6 @@ interface R3DirectiveMetadata {
|
|
|
3972
3972
|
* Whether or not the component or directive inherits from another class
|
|
3973
3973
|
*/
|
|
3974
3974
|
usesInheritance: boolean;
|
|
3975
|
-
/**
|
|
3976
|
-
* Whether or not the component or directive inherits its entire decorator from its base class.
|
|
3977
|
-
*/
|
|
3978
|
-
fullInheritance: boolean;
|
|
3979
3975
|
/**
|
|
3980
3976
|
* Reference name under which to export the directive's type in a template,
|
|
3981
3977
|
* if any.
|
|
@@ -5305,7 +5301,6 @@ declare class Identifiers {
|
|
|
5305
5301
|
static attachSourceLocations: ExternalReference;
|
|
5306
5302
|
static NgOnChangesFeature: ExternalReference;
|
|
5307
5303
|
static InheritDefinitionFeature: ExternalReference;
|
|
5308
|
-
static CopyDefinitionFeature: ExternalReference;
|
|
5309
5304
|
static ProvidersFeature: ExternalReference;
|
|
5310
5305
|
static HostDirectivesFeature: ExternalReference;
|
|
5311
5306
|
static ExternalStylesFeature: ExternalReference;
|
|
@@ -5334,10 +5329,6 @@ declare class Identifiers {
|
|
|
5334
5329
|
name: string;
|
|
5335
5330
|
moduleName: string;
|
|
5336
5331
|
};
|
|
5337
|
-
static ExtractFormControlValue: {
|
|
5338
|
-
name: string;
|
|
5339
|
-
moduleName: string;
|
|
5340
|
-
};
|
|
5341
5332
|
static unwrapWritableSignal: {
|
|
5342
5333
|
name: string;
|
|
5343
5334
|
moduleName: string;
|