Connect button to component method
# in template <button (click)="onClick()">Click me!</button> # in component onClick() { console.log('click!'); }