How to create navigation in Angular 9 Application using Angular Router

ZeroesAndOnes
8 min readJul 27, 2020

This article will demonstrate the proper way to create page navigation leveraging routing features provided by the Angular 9 framework.

1 — Create a new Angular 9 application

First let’s create a simple Angular 9 application which we will use for the demonstration purposes of how to create page navigation.

If you want a detailed step-by-step tutorial showing you how to create a new Angular 9 application, I have written an article that…

--

--