This blog post supports the sample code for the “Angular Routing” course on Pluralsight, identifying common issues along with their solutions. The content of this post is based on Angular version >= 2.x unless explicitly stated otherwise. The sample code can be found here: https://github.com/DeborahK/Angular-Routing. The folders in this repo include: APM–Start: The starter files. […]
Angular Route Ordering
The content of this post is based on Angular version >= 2.x unless explicitly stated otherwise. In Angular, the ordering of the routes in the route configuration matters. And when using feature and routing modules, it is easy to get the routes out of their needed sequence. Basic Configuration The following is an example Angular […]
Angular 2: Getting Started Course Update
This post identifies the changes to the “Angular 2: Getting Started” Pluralsight course from its first release on April 1st, 2016 to its update October 18th, 2016. Angular 2 first appeared around June of 2015 as alpha.27. The first beta release of Angular 2 was December 12, 2015, a great time to start on an […]