@angular/compiler 21.0.0-rc.2 → 21.0.0
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 +15 -19
- package/fesm2022/compiler.mjs.map +1 -1
- package/package.json +1 -1
- package/types/compiler.d.ts +1 -5
package/package.json
CHANGED
package/types/compiler.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0
|
|
2
|
+
* @license Angular v21.0.0
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -5329,10 +5329,6 @@ declare class Identifiers {
|
|
|
5329
5329
|
name: string;
|
|
5330
5330
|
moduleName: string;
|
|
5331
5331
|
};
|
|
5332
|
-
static ExtractFormControlValue: {
|
|
5333
|
-
name: string;
|
|
5334
|
-
moduleName: string;
|
|
5335
|
-
};
|
|
5336
5332
|
static unwrapWritableSignal: {
|
|
5337
5333
|
name: string;
|
|
5338
5334
|
moduleName: string;
|