ngneat / forms-manager

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

Get values of persisted form in another component? #34

Closed mostl33 closed 3 years ago

mostl33 commented 3 years ago

Hey!

thanks for this great library!

Is is possible to retrieve the saved values of a form in a different component? Basically I'm working on wizard and I need to calculate some values based on prior responses (1 wizard page with a single form = 1 component).

Thanks in advance.

Regards

~ml~

NetanelBasal commented 3 years ago

Sure. Inject the service and query it from anywhere you want.