how to apply routerLink in angular code example
Example 1: call a function whenever routerlink is clicke angular
<a class="nav-link" [routerLink]="['/home']" (click)="doSomeLogic()">Home</a>
Example 2: how to create app.routing.module.ts in angular 6
ng generate module app-routing --flat --module=app