ngFor li 썸네일형 리스트형 [Angular Tutorial 03] Display a Heroes List [Angular Tutorial 03] Display a Heroes List https://angular.io/tutorial/toh-pt2 In this page, you'll expand the Tour of Heroes app to display a list of heroes, and allow users to select a hero and display the hero's details.이 페이지에서 영웅 목록을 출력하고 사용자가 선택한 영웅의 상세 정보를 출력해 보도록 하겠습니다. src/app/ 하위에 mock-heroes.ts 파일을 생성 하고 다음과 같이 작성 합니다. import { Hero } from './hero'; export const HEROES: Hero[] = [ { i.. 이전 1 다음