18 lines
299 B
HTML
18 lines
299 B
HTML
<div>
|
|
<div class="imgContainer-small">
|
|
<div *ngIf="cover">
|
|
<img src="{{cover}}"/>
|
|
</div>
|
|
<div *ngIf="!cover" class="noImage">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="title-small">
|
|
{{name}}
|
|
</div>
|
|
<!--
|
|
<div class="description-small" *ngIf="description">
|
|
{{description}}
|
|
</div>
|
|
-->
|
|
</div> |