からJSONオブジェクトリターンでこれは私のサービスである: https://api.myjson.com/bins/quv59表示ngForサービス
イム
*ngFor="let item of booksList; let i = index"
私のtsは事前に
ngOnInit() {
this.booksDataService.getBooks().subscribe(
function(response) {
this.booksList = response.books;
},
);}
感謝をファイルに私のhtmlでそれを表示しよう
[コールバック内の正しい\ 'this \ 'にアクセスする方法]の可能な複製(https://stackoverflow.com/questions/20279484/how-to-access-the-correct-this-inside-a-コールバック) – Alex