@angular/forms 20.2.0 → 21.0.0-next.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/forms.mjs +2 -2
- package/fesm2022/forms.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +4 -4
package/fesm2022/forms.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular
|
|
2
|
+
* @license Angular v21.0.0-next.0
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -7651,7 +7651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2",
|
|
|
7651
7651
|
/**
|
|
7652
7652
|
* @publicApi
|
|
7653
7653
|
*/
|
|
7654
|
-
const VERSION = new Version('
|
|
7654
|
+
const VERSION = new Version('21.0.0-next.0');
|
|
7655
7655
|
|
|
7656
7656
|
/**
|
|
7657
7657
|
* Exports the required providers and directives for template-driven forms,
|