본문 바로가기
TypeScript/Angular

Angular - Component 생성

by le_piee 2020. 5. 11.

해당 프로젝트 디렉토리에서

 

visualstudio로 만든 프로젝트면 Clientapp 경로에서

 

app.module.ts에 import 자동 추가

ng generate component 컴포넌트이름 --module=app.module

 

 

import 없이 component만 생성

ng generate component 컴포넌트이름 --skip-import

'TypeScript > Angular' 카테고리의 다른 글

Angular - bootstrap Modal  (1) 2020.05.13
Angular - cmd terminal 보안 오류  (0) 2020.05.11
Angular - CLI 다운그레이드  (0) 2020.05.11
Angular - <router-outlet>  (0) 2020.05.11
Angular - Template  (0) 2020.05.10