Ninja-Squad / ngx-valdemort

Simpler, cleaner Angular validation error messages
https://ngx-valdemort.ninja-squad.com
MIT License
200 stars 6 forks source link

feat: make the component OnPush #450

Closed jnizet closed 7 months ago

jnizet commented 8 months ago

I have no idea if this change actually makes a difference in terms of performance, but I think it should, because it doesn't recompute all the errors to display at each CD. And I fear that it's not actually completely safe to do it this way, so maybe we should just wait until forms use signals.