Issue
I have a simple Angular app and it is running in Local Host 4200. How do I save the form values and store them in a MongoDB database?
Solution
Angular is a web framework dedicated for the client-side, MongoDB is a NoSQL database, to save your data put into your angular app to your Database, you need a server-side implementation like nodejs or python, java, etc ..
I recommend for you to use expressjs as an API framework it can helps you to get started
Answered By - Rebai Ahmed
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.