Here's a basic example of its use: <ul> <li *ngFor="let user of users">{{ user.name }}</li> </ul>. This will output html that looks like ...
確定! 回上一頁