Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to add pop-up confirmation in angular typescript.

 if (confirm("All unsaved changes will be lost. Do you want to cancel the update?")) {
      this.router.navigate(["Product"]);
    }
 
PREVIOUS NEXT
Tagged: #How #add #confirmation #angular
ADD COMMENT
Topic
Name
8+4 =