swal alert message Box using Angular 7



Swal({
Title:"ARE you sure?"
text: "you want to logout "
Type: "warning",
ShowCancelButton:true,
Focusconfirm:false,
})
.then((willDelete) =>{
if(WillDelete.value)
{
this.authservice.logout();
this.router.navigate(['/logout']);
}
});

Comments

Popular posts from this blog

String Program in C#

CSV using XmlNode

Controller_Model. cs