Posts

Showing posts from January 4, 2019

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']); } });

Popular posts from this blog

String Program in C#

CSV using XmlNode

Controller_Model. cs