Introduction and first steps
  • Introduction
  • Reference Files
  • What is Angular?
  • Installing tools in Windows
  • installing tools MAC OS
  • Creating our first Angular project
  • Serving our App and Structure Anatomy
  • Index.html and Build Process
  • Where do we write the App Code?
  • Main Module
  • Section 1 Quiz
Components
  • Component anatomy
  • Manual Component generation
  • Automatic Component generation
  • Section 2 Quiz
Databinding
  • ES6 Overview
  • TypesScript Overview
  • String Interpolation
  • Property Binding
  • Event Binding part 1
  • Event Binding part 2
  • Two-Way Databinding
  • Section 3 Quiz
Directives
  • Control Structure Directives
  • Loop Directive
  • Styling Directive
  • Class Directive
  • Section 4 Directive
FORMS
  • Creating an HTML form
  • Form Submission
  • Converting HTML form to an Object
  • Pulling values from a Form
  • Section 5
Routing
  • Creating a Navigation
  • Registering Modules
  • Loading Routes
  • Using Angular Link Feature
HTTP
  • Registering Modules and HTTP Injection
  • Pulling Data from API
  • Displaying API Data in our APP
  • Submitting a POST request
  • Where to go next!