ui-button.component.html 200 B

1234567
  1. <button
  2. [disabled]="disabled"
  3. [class]="disabled ? width + ' ' + color + '' + disabled : width + ' ' + color"
  4. >
  5. <!-- <ng-content></ng-content> -->
  6. {{ "buttons." + type | translate }}
  7. </button>