Answers for "routerLink not working"

0

routerLink not working

redirectTo(uri:string){
   this.router.navigateByUrl('/', {skipLocationChange: true}).then(()=>
   this.router.navigate([uri]));
}
Posted by: Guest on September-13-2021

Browse Popular Code Answers by Language