Get values of persisted form in another component?
mostl33 opened this issue · 1 comments
mostl33 commented
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
Sure. Inject the service and query it from anywhere you want.