1.

What Is Angular Material Buttons?

Answer»

md-button, an Angular DIRECTIVE, is a button directive having OPTIONAL ink ripples (and are by default enabled). If href or ng-href attribute is provided, then this directive acts as an anchor element.

ATTRIBUTES

  1. md-no-ink: If set as true, disable ripple ink effects.
  2. ng-disabled: Enable/Disable based on the expression.
  3. md-ripple-size: Overrides the default ripple size logic. Options: full, partial, auto.
  4. aria-label: Adds alternative TEXT to button for accessibility, useful for icon buttons. If no default text is found, a warning will be logged.

md-button, an Angular Directive, is a button directive having optional ink ripples (and are by default enabled). If href or ng-href attribute is provided, then this directive acts as an anchor element.

Attributes



Discussion

No Comment Found