We recently wanted to set up CI for one of our Angular apps on Azure. After spending sometime going through a sea of suggestions on the same we concluded on the following steps! Hopefully this helps a fellow programmer save some time! Step1:- To deploy an Angular 2 app (in this case v4) to Azure […]
Category Archives: Angular2
Angular2 Focusout event not working in Firefox
In a recent project using Angular 2, we got a request to create a customized autocomplete text box which could search, filter and create data based on user’s selection. Angular 2 being relatively new, we referenced the official Angular2 site (https://angular.io/) extensively to implement the functionality. However when we started testing across browsers, we found […]