import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: ` <div *ngFor="let number of numbers"> <div ...
確定! 回上一頁