Emitted when the button is clicked.
Called when the button is selected.
Enables/disables the button.
Sets/gets the role attribute.
Returns the underlying DOM element.
A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
The Button directive provides the Ignite UI Button functionality to every component that's intended to be used as a button.
Igx Module
IgxButtonModule
Igx Parent
Data Entry & Display
Igx Theme
igx-button-theme
Igx Keywords
button, span, div, click
Remarks
The Ignite UI Button directive is intended to be used by any button, span or div and turn it into a fully functional button.
Example