avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+4 -3
View File
@@ -1,5 +1,5 @@
/**
* @license Angular v20.3.11
* @license Angular v20.3.21
* (c) 2010-2025 Google LLC. https://angular.dev/
* License: MIT
*/
@@ -51,7 +51,8 @@ declare enum SecurityContext {
STYLE = 2,
SCRIPT = 3,
URL = 4,
RESOURCE_URL = 5
RESOURCE_URL = 5,
ATTRIBUTE_NO_BINDING = 6
}
/**
* Injection flags for DI.
@@ -5310,13 +5311,13 @@ declare class Identifiers {
static getInheritedFactory: ExternalReference;
static sanitizeHtml: ExternalReference;
static sanitizeStyle: ExternalReference;
static validateAttribute: ExternalReference;
static sanitizeResourceUrl: ExternalReference;
static sanitizeScript: ExternalReference;
static sanitizeUrl: ExternalReference;
static sanitizeUrlOrResourceUrl: ExternalReference;
static trustConstantHtml: ExternalReference;
static trustConstantResourceUrl: ExternalReference;
static validateIframeAttribute: ExternalReference;
static inputDecorator: ExternalReference;
static outputDecorator: ExternalReference;
static viewChildDecorator: ExternalReference;