Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created July 8, 2019 05:13
Show Gist options
  • Save alexzuza/97c836ad422e607be755269a3a6e443c to your computer and use it in GitHub Desktop.
Save alexzuza/97c836ad422e607be755269a3a6e443c to your computer and use it in GitHub Desktop.
t2
@Component({
selector: 'app-root',
template: '<button (click)="test($event)">Test</button>'
})
export class AppComponent {
test() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment