Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ionic start test tutorial --v2
  2.  
  3. <button ion-button (click)="clickIt($event)">First button</button>
  4. <button ion-button (click)="clickIt($event)">Second button</button>
  5.  
  6. clickIt($event) {
  7. console.log("clickIt", $event);
  8. }
  9.  
  10. ionic serve
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement