Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Angular 中将 *ngFor 用于多个值?我想知道 Angular 中 *ngFor 用法的完整描述,我试过这个:
来自角度 io 的语法:
<li *ngFor="let item of items; index as i; trackBy: trackByFn">...</li>
关联