@angular/forms
Advanced tools
| /** | ||
| * @license Angular v21.1.1 | ||
| * @license Angular v21.1.2 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -1560,4 +1560,7 @@ * License: MIT | ||
| const node = form(); | ||
| markAllAsTouched(node); | ||
| if (node.invalid()) { | ||
| const invalid = untracked(() => { | ||
| markAllAsTouched(node); | ||
| return node.invalid(); | ||
| }); | ||
| if (invalid) { | ||
| return; | ||
@@ -1596,2 +1599,5 @@ } | ||
| function markAllAsTouched(node) { | ||
| if (node.validationState.shouldSkipValidation()) { | ||
| return; | ||
| } | ||
| node.markAsTouched(); | ||
@@ -1598,0 +1604,0 @@ for (const child of node.structure.children()) { |
| /** | ||
| * @license Angular v21.1.1 | ||
| * @license Angular v21.1.2 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
| /** | ||
| * @license Angular v21.1.1 | ||
| * @license Angular v21.1.2 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -154,3 +154,3 @@ * License: MIT | ||
| minVersion: "12.0.0", | ||
| version: "21.1.1", | ||
| version: "21.1.2", | ||
| ngImport: i0, | ||
@@ -163,3 +163,3 @@ type: FormField, | ||
| minVersion: "17.1.0", | ||
| version: "21.1.1", | ||
| version: "21.1.2", | ||
| type: FormField, | ||
@@ -189,3 +189,3 @@ isStandalone: true, | ||
| minVersion: "12.0.0", | ||
| version: "21.1.1", | ||
| version: "21.1.2", | ||
| ngImport: i0, | ||
@@ -192,0 +192,0 @@ type: FormField, |
+4
-4
| { | ||
| "name": "@angular/forms", | ||
| "version": "21.1.1", | ||
| "version": "21.1.2", | ||
| "description": "Angular - directives and services for creating forms", | ||
@@ -15,5 +15,5 @@ "author": "angular", | ||
| "peerDependencies": { | ||
| "@angular/core": "21.1.1", | ||
| "@angular/common": "21.1.1", | ||
| "@angular/platform-browser": "21.1.1", | ||
| "@angular/core": "21.1.2", | ||
| "@angular/common": "21.1.2", | ||
| "@angular/platform-browser": "21.1.2", | ||
| "rxjs": "^6.5.3 || ^7.4.0" | ||
@@ -20,0 +20,0 @@ }, |
| /** | ||
| * @license Angular v21.1.1 | ||
| * @license Angular v21.1.2 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
| /** | ||
| * @license Angular v21.1.1 | ||
| * @license Angular v21.1.2 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1474431
0.04%16303
0.04%