@0x404/ngrx-forms
TypeScript icon, indicating that this package has built-in type declarations

6.3.4 • Public • Published

ngrx-forms

npm version Build Status codecov Docs license

ngrx-forms brings the strengths of the redux state management model to the world of forms in applications that are using Angular and ngrx. The mechanisms that Angular provides for working with forms are inherently mutable, local, and hard to debug. This library offers a different model for working with forms. Instead of storing the state of form controls inside the components we put them in the ngrx store. We update the state with actions which allows easy debugging just like any other redux application. ngrx-forms also provides powerful mechanisms to update, validate and generally manage large complex forms. It contains APIs for synchronous and asynchronous validation, creating dynamic forms, integrating with custom form elements, and much more.

To get to know more you can either read the official documentation or visit the example application.

Installation

npm install ngrx-forms --save

This library has a peer dependency on @angular/core, @angular/common, @angular/forms, and @ngrx/store, so make sure appropriate versions of those packages are installed.

Bug reports

To report a bug please provide a reproduction of the issue in a code sandbox. You can fork this example.

Contributing

Please see the documentation.

License

Everything in this repository is licensed under the MIT License unless otherwise specified.

Copyright (c) 2017-present Jonathan Ziller

Dependents (0)

Package Sidebar

Install

npm i @0x404/ngrx-forms

Weekly Downloads

1

Version

6.3.4

License

MIT

Unpacked Size

3.69 MB

Total Files

403

Last publish

Collaborators

  • 0x450x6c