We’ve reached the final part! So far we have an app that register the user and allows him to type messages, but we can’t sent this messages to anybody. In this last part we’ll create a server, which will be responsible for collect these messages and spread them across every person who has our app... Continue Reading →
Writing your first app on Angular 2 — Part 2
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 →