How angular ngFor directive works. ... template:` <h1>{{title}}</h1> <ul *ngFor="let fruit of fruits"> <li> {{fruit.id}} {{fruit.name}} ...
確定! 回上一頁