@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
Installation
npm i @ng-bucket/forms
Peer dependencies:
-
@angular/forms
>= 6 -
rxjs
>= 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