Angular
1. nodejs 설치 후 버전확인
npm -v
2. typescript설치
npm install -g typescript
3. angular CLI 설치
npm install -g @angular/cli
4. 프로젝트 생성
ng new 프로젝트명
5. 컴포넌트 생성
ng generate component 컴포넌트명
npm -v
npm install -g typescript
npm install -g @angular/cli
ng new 프로젝트명
ng generate component 컴포넌트명
댓글