<p *ngFor="let story of stories | async">{{ story.title }}</p>. It shows the oldest story on the top, and the newest on the bottom. I understand why this is ...
確定! 回上一頁