This series sample will convert the Tour of heroes sample application from angular.io.
This series sample will convert the Tour of heroes sample application from angular.io.
Building your first Angular2 app using Visual Studio 2015 is quite simple. Let’s have a look at what’s inside a simple hello world app.
In this part I’ll continue automating testing, with protractor integration. This is straightforward but requires a little plumbing configuration!
In this part I’ll dive into unit testing your AngularJS code. Not so much on the test specs details, as there are enough documentation on those. I’ll show how to set up a nice workflow which will set up tests as they’re added, and run them automatically when you edit you javascript code, and create code coverage reports.