Im using this:
import { HttpParams } from \'@angular/common/http\'; let params = new HttpParams(); params.a
this.router.navigate([yourRoute, queryParams : { key : (yourValue ? yourValue : '') }, queryParamsHandling: 'merge' ]);