Skip to content

Commit 8a212a8

Browse files
committed
signalforms: fix imports
1 parent 123b569 commit 8a212a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-10-signal-forms-part1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ To get access to the `FieldState`, we have to call the `fieldRef` property twice
485485

486486
```typescript
487487
import { Component, input } from '@angular/core';
488-
import { ValidationError, WithOptionalField } from '@angular/forms/signals';
488+
import { FieldTree } from '@angular/forms/signals';
489489

490490
@Component({
491491
selector: 'app-form-error',

0 commit comments

Comments
 (0)