ngneat / forms-manager

🦄 The Foundation for Proper Form Management in Angular
https://www.netbasal.com
MIT License
519 stars 29 forks source link

feat(lib): support for mark* methods #22

Closed adrianriepl closed 4 years ago

adrianriepl commented 4 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: https://github.com/ngneat/forms-manager/issues/12

What is the new behavior?

Adds existing mark* methods (see below) to change state of a form. Also introduces/adds the required untouched property to the type Control.

Added mark* methods:

Does this PR introduce a breaking change?

[ ] Yes
[x] No