소스 검색

websevice minimize

master
polestar 2 년 전
부모
커밋
f9b6ae629c
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      angular.zip
  2. 1
    1
      src/app/second/second.component.ts

BIN
angular.zip 파일 보기


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

Loading…
취소
저장