1.2.0 • Published 5 years ago

@ng-bucket/forms v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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

Hello

Installation

npm i @ng-bucket/forms

Peer dependencies:

  • @angular/forms >= 6
  • rxjs >= 6

Documentation:

  1. Form observer - allows to observe all form state changes, including pristine / dirty and touched / untouched, which current native API dose not support.
  2. Form types - adds type safety to Reactive Forms
  3. Form utility methods