duck-booking-tool-front/app/duck-detail.component.html
Gergely Polonkai 3e02eb4abb Update for the final version of Angular2
It lost some functionality, but it was never put to use.
2016-10-28 05:19:23 +02:00

4 lines
55 B
HTML

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