📣 A brand new edition of Quality is ready for you!
Try Qlty Cloud free
Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
IuryNogueira/myreef
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
main
build
See recent builds
16 days ago
Refresh default branch
Refresh
thereef/src/app/components/reef-button/reef-button.component.html
Summary
Maintainability
Test Coverage
Issues
Source
Stats
Issues
<
button
[disabled]
=
"
disabled
"
[class]
=
"
type
"
(click)
=
"
onClick()
"
>
{{ label }}
</
button
>