ng-simple-button

4

    <ng-simple-button (onClick)="clickFunction()" 
>
  Button Example
</ng-simple-button>
  

type

Defines the button’s visual style.

square

Makes the button shape perfectly square instead of rounded.

hover

Sets the hover effect style.

direction

Arranges the button’s inner content horizontally or vertically.

ariaLabel

Provides an accessible label for assistive technologies.

title

Sets the native tooltip text shown on hover.

disabled

Disables the button and prevents user interaction.

tabIndex

Controls the button’s tab order in keyboard navigation.