我想做一個功能,使用戶可以像instagram這樣的評論可以喜歡其他帖子。 <div *ngFor="let comment of comments | orderBy: '-'+orderBy"> <div class="comment-item" > ...
確定! 回上一頁