-1

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?)

mxr7350
  • 1,438
  • 3
  • 21
  • 29
Ch_y
  • 356
  • 1
  • 4
  • 16

1 Answers1

0

In a variable ?

It doesn't store anywhere else than in a variable unless you decided to.

Stefdelec
  • 2,711
  • 3
  • 33
  • 40