1.2.0 • Published 6 years ago
@ng-bucket/forms v1.2.0
@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/dirtyandtouched/untouched, which current native API dose not support. - Form types - adds type safety to Reactive Forms
- Form utility methods