@ng-bucket/forms
v1.2.0
Published
Missing pieces for Angular Developer - Forms
Downloads
23
Maintainers
Readme
@ng-bucket/forms
This package tends to help when working with Reactive Forms.
I hope one day I will be able to deprecated this libraries in favor to native solutions :wink: until then
Installation
npm i @ng-bucket/forms
Peer dependencies:
@angular/forms
>= 6rxjs
>= 6
Documentation:
- Form observer - allows to observe all form state changes, including
pristine
/dirty
andtouched
/untouched
, which current native API dose not support. - Form types - adds type safety to Reactive Forms
- Form utility methods