@angular/compiler 21.0.0-rc.1 → 21.0.0-rc.2

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-rc.1",
3
+ "version": "21.0.0-rc.2",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-rc.1
2
+ * @license Angular v21.0.0-rc.2
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
- IsolatedShadowDom = 4
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
- IsolatedShadowDom = 4
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;