You can use
<button [class.button-disabled]="myCondition">
for now. You should be able to use the disabled
attribute like this:
<button [attr.disabled]="myCondition ? '' : null">
but it seems that isn't working right now, so I created an issue: