IMPORTANT! This tutorial is using the old Angular router (@angular/router-deprecated). A new article is published on how to authenticate with the new router (@angular/router version 3.0+). If you are still using the old router you can read the upgrade guide to the new one. Most of the applications we build require some kind of authentication. In this tutorial I’ll show you how to build a simple ap
