5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Web Development and Graphic Design     Scripting     JavaScript
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 Angular's 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, you'll be able to create a single-page application and implement routing using Angular.

Objectives

Angular 11: Navigation & Routing in Angular

  • discover the key concepts covered in this course
  • define the single page architecture, recognize the justification for building a single-page application (SPA), and describe the overall benefits of an SPA
  • define the concept of routing and recognize how it's applied in Angular
  • configure simple routes for an application and create a simple single-page application
  • pass data to routes and use the data extracted in a component
  • demonstrate the activation and deactivation of guards
  • demonstrate security implementation using guards
  • summarize the key concepts covered in this course