@angular/compiler 21.0.1 → 21.0.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.1",
3
+ "version": "21.0.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.1
2
+ * @license Angular v21.0.2
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -52,7 +52,8 @@ declare enum SecurityContext {
52
52
  STYLE = 2,
53
53
  SCRIPT = 3,
54
54
  URL = 4,
55
- RESOURCE_URL = 5
55
+ RESOURCE_URL = 5,
56
+ ATTRIBUTE_NO_BINDING = 6
56
57
  }
57
58
  /**
58
59
  * Injection flags for DI.
@@ -5297,13 +5298,13 @@ declare class Identifiers {
5297
5298
  static getInheritedFactory: ExternalReference;
5298
5299
  static sanitizeHtml: ExternalReference;
5299
5300
  static sanitizeStyle: ExternalReference;
5301
+ static validateAttribute: ExternalReference;
5300
5302
  static sanitizeResourceUrl: ExternalReference;
5301
5303
  static sanitizeScript: ExternalReference;
5302
5304
  static sanitizeUrl: ExternalReference;
5303
5305
  static sanitizeUrlOrResourceUrl: ExternalReference;
5304
5306
  static trustConstantHtml: ExternalReference;
5305
5307
  static trustConstantResourceUrl: ExternalReference;
5306
- static validateIframeAttribute: ExternalReference;
5307
5308
  static inputDecorator: ExternalReference;
5308
5309
  static outputDecorator: ExternalReference;
5309
5310
  static viewChildDecorator: ExternalReference;