Setting up Angular 5 project You chose Angular 5 as FrontEnd framework, and you made a good choice! As you can see, Angular 5 comes with Angular-CLI 1.5. Angular-CLI npm package installs Angular 5 as we said before and also…
Category: Karma
How to run unit tests in a VSTS CI build with Angular 5 and PhantomJS Part 2
<< Previous article (Part 1) Configure VSTS CI build for Angular 5 projects We saw previously how to configure our projet to make the CI running properly in VSTS. Now let’s see each steps to configure our CI build to…