In the first part we set up our environment and made a simple page which displays a label to make sure everything was working fine. In this part we’ll start to build the components of our chat. Right now we have the following folder structure: chat-app — app — boot.ts — chat-app.component.ts — bower_components —... Continue Reading →
Writing your first app on Angular 2 — Part 1
Angular 2 Beta is out for a while now and people are starting to develop their first app on it. I decided to give it a try, but I wanted an app a little bit more “real world” than the quick start tutorial from Angular’s official page. I also wanted a simple app, but not... Continue Reading →