commands reduce is not a function angular router

Solutions on MaxInterview for commands reduce is not a function angular router by the best coders in the world

showing results for - "commands reduce is not a function angular router"
Enrico
13 Sep 2017
1//The destination route should be wrapped in brackets.
2function_to_call_navigation(destination_route) {
3  this.router.navigate([destination_route]);
4}