Hi there,
I am new to Ember and trying to do a POC in which I have around 4 pages.
-
Each page contains some Text Fields and Text Areas.
-
I want to store the data entered by the user in Text Boxes and Text Areas.
-
At the end of the 4th page I want to send this data to server.
How do I do that in Ember CLI application? Any suggestion(a topic to read and get some idea) or any solution will help.