@angular/compiler 20.3.3 → 20.3.5
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 +35 -11
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +8 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.3.
|
|
3
|
-
* (c) 2010-2025 Google LLC. https://angular.
|
|
2
|
+
* @license Angular v20.3.5
|
|
3
|
+
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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;
|