Answers for "angular set routes from service"

6

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
*/
Posted by: Guest on May-20-2020
2

how to create app.routing.module.ts in angular 6

ng generate module app-routing --flat --module=app
Posted by: Guest on May-11-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language