튜토리얼: 2개의 글
Angular Tutorial 아래 튜토리얼은 4~8 Displaying a List Master/Detail Components Services Master/Detail Components Services Routing HTTP Displaying a List Heroes의 리스트를 보여주고, hero 선택 및 hero의 details까지! Create mock Heroes 실제로는 remote data server로 부터 데이터를 가져와야 하지만, mock heroes를 만들어서 서버에서 동작하듯 mock-heroes.ts를 src/app/ 폴더에 생성 Displaying heroes HeroesComponents에 보여주기 위해서 위에서 생성한 mock-heroes를 import 그런다음 heroe..
Angular Tutorial 아래 튜토리얼은 1~3 Introduction The Application Shell The Hero Editor Introduction Tour of Heroes 위 튜토리얼은 Angular의 fundamentals를 커버 할 수 있음 튜토리얼 구성 Use built-in Angular directives to show and hide elements and display lists of hero data. Create Angular components to display hero details and show an array of heroes. Use one-way data binding for read-only data. Add editable fields to upd..