I need to remove %20 to + sign angular5 following URL http://localhost:4200/listings?item=peter%20in%20england&id=158525
this.router.navigate(['/listings'], { queryParams: { 'item': searchstring, 'id':id}});
http://localhost:4200/listings?item=peter+in+england&id=158525