//my.component.ts counter(i: number) { return new Array(i); } //my.component.html <li *ngFor='let in of counter(5) ;let i = index'>{{i}}</li> ...
確定! 回上一頁