angular app-route code example
Example 1: angular router navigate
// Here’s a basic example using the navigate method:
goPlaces() {
this.router.navigate(['/', 'page-name']);
}
/*
I hope it will help you.
Namaste
*/
Example 2: how to create app.routing.module.ts in angular 6
ng generate module app-routing --flat --module=app