I'm not sure how to ask this question, but I want to know how angular2 saves the data just before submitting it to the backend part.
(for example, after filling up a form, where the data gets stored before pressing the save button?)
I'm not sure how to ask this question, but I want to know how angular2 saves the data just before submitting it to the backend part.
(for example, after filling up a form, where the data gets stored before pressing the save button?)
In a variable ?
It doesn't store anywhere else than in a variable unless you decided to.