Answers for "angular this.router.navigate causing reload"

0

navigate to route and refresh angular 6

this.router.navigate(['path/to'])
  .then(() => {
    window.location.reload();
  });
Posted by: Guest on April-29-2020

Code answers related to "angular this.router.navigate causing reload"

Code answers related to "Javascript"

Browse Popular Code Answers by Language