일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 프로젝트
- AWS
- Agile
- 크롤링
- keras
- DANAWA
- analyzing
- angular
- TypeScript
- algorithm
- instance
- 애자일
- data analyze
- opencv
- python
- matplotlib
- Method
- 자바스크립트
- webcrawling
- 다나와
- tensorflow
- Scrum
- Project
- adaptive life cycle
- visualizing
- javascript
- Crawling
- ECS
- data
- pandas
Archives
- Today
- Total
목록NG (1)
LiJell's 성장기
Arrays and Iteration
Iterating through String Arrays We can use the *ngFor command in the HTML file to loop through arrays declared in the component. ng is stand for next generation Component colors:string[] = ['red', 'blue', 'green', 'purple']; HTML {{color}} The result in your browser red blue green purple Iterating with Indices Having access to an index within each iteration of the loop Fruit {{ i }} is {{ fruit ..
Front-End/Angular & TypeScript
2022. 6. 2. 22:05