mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
09ba268fc5
commit
263e7290bd
1 changed files with 1 additions and 1 deletions
|
|
@ -660,7 +660,7 @@ The `valid()` signal returns `false` while validation is pending, even if there
|
|||
|
||||
## Integration with schema validation libraries
|
||||
|
||||
Signal Forms have built-in support for libraries that conform to [Standard Schema](https://standardschema.dev/) like [Zod](https://zod.dev/) or [Valibot](https://www.validbot.com/). The integration is provided via the `validateStandardSchema` function. This allows you to use existing schemas while maintaining Signal Forms' reactive validation benefits.
|
||||
Signal Forms have built-in support for libraries that conform to [Standard Schema](https://standardschema.dev/) like [Zod](https://zod.dev/) or [Valibot](https://valibot.dev/). The integration is provided via the `validateStandardSchema` function. This allows you to use existing schemas while maintaining Signal Forms' reactive validation benefits.
|
||||
|
||||
```ts
|
||||
import {form, validateStandardSchema} from '@angular/forms/signals';
|
||||
|
|
|
|||
Loading…
Reference in a new issue