Ever wondered how to code some nice looking buttons using Angular 2? Here are some Angular 2/4 Button Examples to wet your appetite.
1. Angular 2 Button Examples

Events in Angular 2 use the parentheses notation in templates, and trigger methods in a component’s class.
2. Angular 2 Material Buttons Examples – Official

md-button is a button directive with optional ink ripples (default enabled).
3. Angular 2 Material Radio Buttons Examples – Official

The md-radio-group directive identifies a grouping container for the 1..n grouped radio buttons; specified using nested md-radio-button tags.
4. Angular 2 Material Buttons Examples – Plunkr

Angular Material buttons are native “button” or “a” elements enhanced with Material Design styling and ink ripples.
5. Angular 2 Radio Button and Checkbox Example

Demo using template-driven form and reactive form. Using both type of form we will see how to create radio button and checkbox, fetch values and set them checked and validate them.