Angular 2 Understanding Routing Basics, Observable Objects, and Immutable Objects

The aim of this video is to discuss the role of routing in Single Page Applications and Angular 2's new component router.

  • Basic setup for Routing applications.
  • Configure a basic route and see how that goes. app.routes.ts holds the base route configuration.
  • Create our route components.

Complete and Continue