I am struggling with clearing out URL params during nav in Angular 2.4.2. I have tried attaching every option to clear the params in the below navigation line, or any mix therein with navigate, or navigateByUrl, but cannot figure out how to accomplish.
this.router.navigateByUrl(this.router.url, { queryParams: {}, preserveQueryParams: false });
As an example I am at route /section1/page1?key1=abc&key2=def
and want to stay at the same route but remove all the url parameters, so the end result should be /section/page1
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…