Procházet zdrojové kódy

websevice minimize

master
polestar před 2 roky
rodič
revize
f9b6ae629c
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. binární
      angular.zip
  2. 1
    1
      src/app/second/second.component.ts

binární
angular.zip Zobrazit soubor


+ 1
- 1
src/app/second/second.component.ts Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit