reactive-forms
This library was generated with Nx.
Running unit tests
Run nx test reactive-forms
to execute the unit tests.
(Angular Reactive) Forms with Benefits
This library was generated with Nx.
Run nx test reactive-forms
to execute the unit tests.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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.