Course Introduction
  • Course Overview (Download the course files here)
  • Final Project Demo
Introduction to Angular
  • Intro To Section 2
  • Overview of Angular
  • Environment Setup
  • MVC Architecture
  • Section 2 Recap
  • Section 2 Quiz
Angular Core Features Overview
  • Intro to Section 3
  • Modules And Dependency Injection
  • Controllers
  • Expressions
  • Two Way Data Binding
  • Directives
  • Services
  • Scopes
  • Filters
  • Routing - Setup
  • Routing - Implementation
  • Section 3 Recap
  • Section 3 Quiz
Intro To Grocery List App
  • Intro to Section 4
  • Grocery List Bootstrap Layout
  • Listing Grocery List Using ng-repeat
  • Beautifying Our List With Filters
  • Section 4 Recap
  • Section 4 Quiz
Easy Navigation In Grocery List Using Routing
  • Intro to Section 5
  • Setting Up Grocery List Routing
  • Implementing Grocery List Routing
  • Routing Parameters
  • Section 5 Recap
  • Section 5 Quiz
Adding, Updating & Deleting Grocery Items
  • Intro to Section 6
  • Abstracting Grocery Items Using Services
  • Adding Grocery Items
  • Debugging App Using Chrome Console
  • Generating Unique Grocery Entry ID’s
  • Updating Grocery Items - Part 1
  • Updating Grocery Items - Part 2
  • Form Validation
  • Deleting Grocery Items
  • Adding Custom Directives - Making Our HTML More Readable
  • Marking Grocery Items As Completed With ng-class
  • Section 6 Recap
  • Section 6 Quiz
Connecting Our App To The Cloud
  • Intro to Section 7
  • Loading Entries
  • Creating Entries
  • Updating Entries
  • Deleting Grocery Items
  • Section 7 Recap
  • Section 7 Quiz
Conclusion
  • Course Recap
  • Additional Resources
  • Closing Message
Bonus Material
  • Bonus Lecture