onClickMe(id)
{
let decimal = this.date.getMonth()+1;
this.router.navigate(['/RestaurantView/'+this.nembPerson+'/'+this.timereservation+'/'+this.date.getDate()+'/'+decimal+'/'+this.date.getFullYear()+'/'+id]) ;
}
this is my router Navigate , i want to hide my params from url , what we should do , thanks for help
}