Answers for "angular 10 how stay in the same page if refresh it"

4

angular refresh page without reloading

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

Code answers related to "angular 10 how stay in the same page if refresh it"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language