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 →