ngneat / forms-manager

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

feat(lib): add getInitialValue() function #16

Closed manudss closed 4 years ago

manudss commented 4 years ago

To be able to obtain the initial value of the form.

Closes #15

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
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #15

What is the new behavior?

add a function to get the initial value of a form.

Does this PR introduce a breaking change?

[ ] Yes
[x ] No