angular 11 how to use skiplocationchange

Solutions on MaxInterview for angular 11 how to use skiplocationchange by the best coders in the world

showing results for - "angular 11 how to use skiplocationchange"
Dylan
25 May 2019
1// on a link
2<a href="#" [skipLocationChange]="true" ...>Link</a>
3
4// or with Router
5this.router.navigate([`/link`], { skipLocationChange: true });
similar questions
queries leading to this page
angular 11 how to use skiplocationchange