export class NgForGetIndexComponent implements OnInit { books : Book[]; constructor() { this.books = [ {id:1,name:"Angular"}, {id:2 ...
確定! 回上一頁