Introduction, Setup and Your First App
  • Introduction
  • How to Setup Angular 2 (and Node JS)
  • How to Create an Angular 2 Blank Application the Easy Way
  • How to Run Your App and Edit Your First Code in Angular 2
Creating Components for Optimum Code Reuse
  • Introduction to Components
  • Which Code Editor Should You Use?
  • How to Create a Component
  • Registering Your Components for Use
  • Using a Component in Angular 2
  • Summary of Components in Angular 2
Lists and Passing Data Between Components in Angular 2
  • Introduction to Lists and Passing Data Between Components
  • Creating a Simple List in Angular 2
  • Passing Data to Components in Angular 2
  • A primer on Styling in Angular 2
  • Summary of Lists and Passing Data in Angular 2
Putting Knowledge to Practice - Your First App Homework
  • Introduction to Homework
  • Creating the Homework App
  • Setting up the Components
  • Setting up the List
  • Creating the Dating Profile
  • Summary of Homework
Styling Angular 2 Apps with Bootstrap 4
  • Introduction to Styling
  • How to Include Bootstrap in Angular 2 Projects
  • Styling with Bootstrap
  • More Styling in Bootstrap 4
Pipes in Angular 2
  • Introduction to Pipes in Angular 2
  • How to Use Angular 2 Built in Pipes
  • How to Create a Custom Pipe in Angular 2
  • How to Pass Variables Over to Pipes in Angular 2
Routing in Angular 2
  • Introduction to Routing
  • Setting up the Shop
  • Defining the Router Outlet in Angular 2
  • Setting up the Routing File in Angular 2
  • How to Set a Default Component
  • Setting up the Remaining Links and Changing Navbar Highlighting
  • To be continued?