Introduction

In this submodule, we cover the basics of Angular routing. We examine how the router module in Angular enables the navigation among views of various components that form part of an Angular application. You will:

  • Configure your application with multiple components whose views can be shown one at a time and navigate among them
  • Configure a basic router using the Angular routing module to enable the navigation among the views.