Browse Source

websevice minimize

master
polestar 2 years ago
parent
commit
f9b6ae629c
2 changed files with 1 additions and 1 deletions
  1. BIN
      angular.zip
  2. 1
    1
      src/app/second/second.component.ts

BIN
angular.zip View File


+ 1
- 1
src/app/second/second.component.ts View File

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

Loading…
Cancel
Save