Skip to content

Instantly share code, notes, and snippets.

@alx8437
Created July 29, 2020 08:46
Show Gist options
  • Save alx8437/f8627787aeea1f083bca82bed0e4a608 to your computer and use it in GitHub Desktop.
Save alx8437/f8627787aeea1f083bca82bed0e4a608 to your computer and use it in GitHub Desktop.
(change)="showOptions($event)"
showOptions(event:MatCheckboxChange): void {
console.log(event.checked);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment