Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 핑크
- 아이러브니키
- 후기
- Monument
- 맛집
- 일상
- Monument Valley
- 영화
- 아이폰게임
- goblin sword
- 모뉴먼트 밸리
- JavaScript
- 시사회
- 아이폰
- great forest
- 감상
- 강추
- 가사
- 유료
- 공략
- 게임
- Pink
- 카이로소프트
- 추천
- php
- 아이패드
- 모뉴먼트
- jQuery
- 잡담
- 레고
Archives
- Today
- Total
목록angularjs2 (1)
잡담소장소
angularjs 2 hello world
사내 프로젝트로 angularjs2를 사용해본다고 해서 공부해보려고 사이트에 들어갔더니 뭣도 모르겠어서 hello-world 코드부터 분석해본다 index.html Loading... app/main.ts import {bootstrap} from 'angular2/platform/browser'; //browser.ts에서 bootstrap을 import import {HelloWorld} from './hello_world'; //hello_world.ts에서 HelloWorld class import bootstrap(HelloWorld); app/hello_world.ts import {Component} from 'angular2/core'; @Component({ // Declare the t..
Study ;3
2016. 2. 23. 15:48