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