@ngneat/reactive-forms
Advanced tools
Changelog
3.0.0 (2021-10-08)
I completely rewrote the library from scratch for two reasons:
Here are the changes:
>= 12
.ControlsOf
interface.mergeValidators
. Use addValidators in v12.validateOn
.getControl
in favor of get(key)
or get(['nested', 'key'])
.FormBuilder
doesn't support generic anymore. Due to the complexity of the builder API, we're currently couldn't create a "good" implementation of ControlsOf
for the builder.group.persist()
from the instance to an exported function to make it tree-shakeable.