Переглянути джерело

websevice minimize

master
polestar 2 роки тому
джерело
коміт
f9b6ae629c
2 змінених файлів з 1 додано та 1 видалено
  1. BIN
      angular.zip
  2. 1
    1
      src/app/second/second.component.ts

+ 1
- 1
src/app/second/second.component.ts Переглянути файл

@@ -21,7 +21,7 @@ export class SecondComponent implements OnInit {
}
addItems(){
this.htmlItems="";
for(let i = 1 ; i < this.items.length ; i++){
for(let i = 0 ; i < 20 ; i++){
this.htmlItems += `<div class="item">
<img src="${this.items[i].thumbnailUrl}" alt="" >
<h6>${this.items[i].title}</h6>

Завантаження…
Відмінити
Зберегти