ChrizTalk

Category: Angular

Home Category: Angular

Hosting Angular app in Azure using ASP.NET Core

December 27, 2016ChrizNo Comments

Since I started Angular development (coming from a Microsoft background), I’m constantly struggling how to host my Angular applications. All of my applications are hosted on Windows Azure, so it makes sense to host my Angular app there as well. You can simply create an ASP.NET web application and add Angular to it (see https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html),…

Angular 2 show/hide password component

March 8, 2016Chriz8 comments

While working on my new app theme for Ionic framework 2, based on Angular 2, I needed a show-hide component for a password input field. It’s basically an input field with a button that will change the type of the input from password to text and back. Something like this. You could do this by…

Recent Posts

  • Ionic 3 and Firebase Facebook authentication using AngularFire2
  • Ionic 3 and Firebase authentication using AngularFire2
  • Ionic 3, Firebase and AngularFire2
  • Ionic 2 and Font Awesome using Sass
  • Using Google Fonts in Ionic 2

&copy 2016 ChrizTalk