我試着在* ngFor傳遞對象到另一個組件,但只傳遞了表中的最後一個對象,但是應該顯示被單擊的對象,如何解決這個問題問題? <tr data-toggle="control-sidebar" *ngFor="let user of pagedItems">
<td><control-sidebar [user]="user">
</control-sidebar>{{ use
以下是我想要實際解決的示例問題。你的幫助將非常感激。非常感謝! <div>
<div>
<!-- is it possible to put the item.preview here?
It is outside of *ngFor
-->
</div>
<div *ngFor="let item of items">
<