mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0d1acd0165
Allow `validateStandardSchema()` to consume a computed schema so
validation rules stay in sync when the schema changes over time.
This supports schemas stored in computed signals (e.g. zod schemas that
depend on input signals) and ensures the effective schema updates after
initialization instead of being captured once.
Fixes #66867
(cherry picked from commit 24c0c5a180)