Angular Code Coverage in Sonar Qube and VSTS

To illustrate how to get this task done, I'll be working with a brand new Angular CLI project.  The final code for this project can be found on my GitHub repo found at https://github.com/pcalchi/SonarAngularDemo. This is what the final build process looks like. Using a hosted build agent is an option but I highly recommend using … Continue reading Angular Code Coverage in Sonar Qube and VSTS

Integrating Angular-CLI into the VSTS build process and achieving optimal performance

Recently it’s been brought to my attention that an Angular 2 application I wrote was almost 1mb in size.  My application has a Bootstrap 3.0 dependency which is a likely contributing factor.  The concern (rightfully so) is that this may be contributing to a low conversion rate on our website; particularly on mobile devices.  Keep … Continue reading Integrating Angular-CLI into the VSTS build process and achieving optimal performance