NiklasPor / ngrx-clean-forms

NgRx integration for forms in Angular.
https://ngrx-clean-forms.surge.sh
MIT License
2 stars 1 forks source link
angular forms ngrx

ngrx-clean-forms

npm version codecov license

This framework takes an opinionated approach to managing forms. Following goals were set while composing this framework:

While all of these goals were met during the implementation of this framework, it comes at the same cost as NgRx. The necessary boilerplate code in comparison to Reactive Forms is significantly larger.

Getting Started Guide

Example Application

Official Docs