Web #6: Angular Part 3 (Update data using website)

This page is still in progress.

Here's what we'll cover in this lesson:

  1. The reason why we're doing 3 classes of Angular is so that it sticks to you.
  2. The website is just the pretty UI that takes your data entry and save it in the database.
  3. After your site can update data, you're almost ready to build "corporate applications".
  4. 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?
  5. 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
  6. Go to the next lesson - Authentication