SyntaxFix
Write A Post
Hire A Developer
Questions
You should inject Router in your constructor like this;
constructor(private router: Router) { }
then you can do this anywhere you want;
this.router.navigate(['/product-list']);