bstlboard-front/src/app/pages/entry/entry.page.html

10 lines
314 B
HTML

<page-notfound *ngIf="notfound"></page-notfound>
<ng-container *ngIf="entry">
<ui-entry [entry]="entry" [change]="boundRefresh"></ui-entry>
<p>{{entry.text}}</p>
<ui-commentform [target]="entry.id" [change]="boundRefresh"></ui-commentform>
<ui-comments [target]="entry.id"></ui-comments>
</ng-container>