@ng-bucket/forms
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@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 😉 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

/@ng-bucket/forms/

    Package Sidebar

    Install

    npm i @ng-bucket/forms

    Weekly Downloads

    4

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    198 kB

    Total Files

    39

    Last publish

    Collaborators

    • mkurcius