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
/
display-animal-list
/
display-animal-list.component.html
6 lines
(5 loc)
•
182 B
HTML
View Raw
1
2
3
4
5
6
<
mat-card
>
<
div
*
ngFor
=
"let animalId of animalIds.slice().reverse();"
class
=
"animal-list-element"
>
<
animal-display
[
animalId
]=
"animalId"
>
</
animal-display
>
</
div
>
</
mat-card
>