Writing your first app on Angular 2 — Part 3
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…