homepage/src/app/components/posts/posts.component.html
2018-01-02 10:25:53 +01:00

7 lines
92 B
HTML

<p>
posts works!
</p>
<div *ngFor='let post of posts | async'> {{post.filename}} </div>