@angular/compiler 20.3.4 → 20.3.6

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.4
2
+ * @license Angular v20.3.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -5317,6 +5317,12 @@ declare class Identifiers {
5317
5317
  static trustConstantHtml: ExternalReference;
5318
5318
  static trustConstantResourceUrl: ExternalReference;
5319
5319
  static validateIframeAttribute: ExternalReference;
5320
+ static inputDecorator: ExternalReference;
5321
+ static outputDecorator: ExternalReference;
5322
+ static viewChildDecorator: ExternalReference;
5323
+ static viewChildrenDecorator: ExternalReference;
5324
+ static contentChildDecorator: ExternalReference;
5325
+ static contentChildrenDecorator: ExternalReference;
5320
5326
  static InputSignalBrandWriteType: {
5321
5327
  name: string;
5322
5328
  moduleName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "20.3.4",
3
+ "version": "20.3.6",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",