v2.0.0
2.0.0 (2019-03-26)
Bug Fixes
- lib: define formControls with a method instead of property (57fb45b), closes cloudnc/ngx-sub-form#23
BREAKING CHANGES
- lib: formControls should now be a method
getFormControls
instead of the attribute
This avoid the need to have a getter with side effect.
Cleaner, will open possibilities to reset the form and...