I am currently developing a web application, with the front-end being built in Angular and the back-end in Rails. Once users have completed filling out the application, they are required to click the "save" button to store the data.
Currently, when the user clicks the button, there is no visual feedback provided. I want to display text or an image saying "Data Saved" for 2 seconds after the button is clicked.
I would like to implement this feature, but I am unsure of where to begin. If anyone has experience with adding this functionality using Angular or JavaScript, please share your knowledge with me!