ANGULAR Navigation

As you already know that navigation means to go from one place to another place.
similarly here also it is used to go from one page to another page.
Just place the below code in your page and your done with navigation
Syntax:<a [routerLink]=['/mvcpage']> Go to ASP.NET MVC </a>
Here mvcpage means mvcpagecomponent.Likewise you can replace for your page.