duck-booking-tool-front/app/duck-detail.component.html

4 lines
55 B
HTML

<div *ngIf="duck">
<h2>{{ duck.name }}</h2>
</div>