Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

alert angular

// in your component.ts
Toogle(){
    console.log("toogle ok");
    alert("okkkkk");
  }
// in your component.html
<li><a href="#" class="text-white" (click)="Toogle()">Follow on Twitter</a></li>
  
 
PREVIOUS NEXT
Tagged: #alert #angular
ADD COMMENT
Topic
Name
9+8 =