Angular 11: Navigation & Routing in Angular
Angular is a platform and framework for building a breed of applications labeled SPAs (single-page applications). Use this course to discover what that means explore the architecture of an SPA and investigate the benefits of building one. In addition to building single page applications Angular lets you implement routing and security. Practice implementing routing via Angulars routing module. Examine how routing does not involve routing to a physical HTML file but by rendering a view. As with any web-based application Angular implements routing security using a particular interface called route guards. Learn how to implement this interface examining its features as you go. By the end of this course youll be able to create a single-page application and implement routing using Angular.