IuryNogueira/myreef

View on GitHub
thereef/src/app/components/reef-button/reef-button.component.html

Summary

Maintainability
Test Coverage
<button
[disabled]="disabled"
[class]="type"
(click)="onClick()">
{{ label }}
</button>