Getting Started + Testing with Angular CLI and Angular 2 (RC5)
I started creating Angular 2 applications when it was in beta (back in March). To keep up with Angular 2's changes, I wrote a tutorial about developing with RC1 in June. Earlier this month, RC5 was released and many things changed once again. I think Scott Davis sums it up nicely in a tweet.
They keep saying "Release Candidate", but I don't think it means what they think it means...
— Scott Davis (@scottdavis99) August 10, 2016
/cc #angular2 #rc5 https://t.co/WmNalTYgTN
To keep up with the rapid pace of change in Angular 2, I decided to write another tutorial, this time using Angular CLI. The biggest change I found since writing the last tutorial is testing infrastructure changes. Since Angular's Testing documentation hasn't been updated recently, hopefully this tutorial will help.
[Read More]