Learn how to use Observables with Angular's NgFor directive and the async pipe. ... <ul> <li *ngFor="let bike of bikes; index as i;"> {{ i+1 }}) {{ bike.id }} ...
確定! 回上一頁