UNPKG
@tsmean/animal
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Animal Module
github.com/bersling/animal-module
bersling/animal-module
@tsmean/animal
/
delete-animal
/
delete-animal.component.html
2 lines
(1 loc)
•
96 B
HTML
View Raw
1
2
<
button
mat-button
color
=
"accent"
(
click
)=
"deleteAnimal()"
>
<
mat-icon
>
delete
</
mat-icon
>
</
button
>