Params do roteador angular
// Navigate and send Params
this.router.navigate(['/users/edit/', user.id]);
Lucas Juan
// Navigate and send Params
this.router.navigate(['/users/edit/', user.id]);
//app-routing.module.ts file register path like this
{
path:'showProduct/:param1/:param2',component:ShowProductComponent
}