Angular 2 Routes – Controlling Access / Guards
Angular2 Routes – Controlling Access using Route Guards Previously we discussed how we can use routing in an Angular2 app. This allows a user to navigate through the user interface. In this post we are going to discuss how we can control access to these routes. These control work as guards to navigate in and… Continue reading »