Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
typescript dialog button function
posted
is there any way to change button section from typescript. I want to redirect to another page. 

this.dialog.open();
this.dialog.title = "Success";
this.dialog.message="New password has been saved";
//this.dialog.onRightButtonSelect = this.router.navigate(['home']);


Parents Reply Children
No Data