Web #6: Angular Part 3 (Update data using website)
This page is still in progress.
Here's what we'll cover in this lesson:
- The reason why we're doing 3 classes of Angular is so that it sticks to you.
- The website is just the pretty UI that takes your data entry and save it in the database.
- After your site can update data, you're almost ready to build "corporate applications".
- Let's build a site that updates data in the database.
- We'll learn about input fields and sending that value to the database.
- What else can a website do vs manually editing the data in SQL Server? What is the word I'm looking forValidation?
- Finally, let's use the code in the previous lesson and make some changes so we can add / edit data in the database.
- Attach example files here
- Go to the next lesson - Authentication