this.bankName = this.route.snapshot.paramMat.get('bank')
// 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
}
route param 1