ngFor 指令是通过使用可迭代的每个项作为模板的上下文来重复模板的一种方式。 @Component({ selector: 'app-root', template: ` <app-for-example *ngFor="let episode ...
確定! 回上一頁