Skip to content

v2.11.0

Compare
Choose a tag to compare
@maxime1992 maxime1992 released this 23 Jun 12:22
· 207 commits to master since this release

2.11.0 (2019-06-23)

Features

  • Array Handling: Use interface to manage array handling methods. (92fa38e)
  • lib: formGroupControls property now gives you access to the correct type without the need to cast it (either FormControl or FormArray) (ddfcd5a)
  • lib: add a hook createFormArrayControl to give full control when creating a FormControl for a FormArray (94f58c6)
  • lib: handle FormArray (52a5e76), closes cloudnc/ngx-sub-form#9
  • lib: handle errors for FormArrays (781c683)