Written by
angular-style
on
on
Angular - Component 생성
Angular - Component 생성
해당 프로젝트 디렉토리에서
visualstudio로 만든 프로젝트면 Clientapp 경로에서
app.module.ts에 import 자동 추가
ng generate component 컴포넌트이름 --module=app.module
import 없이 component만 생성
ng generate component 컴포넌트이름 --skip-import
from http://le-piee.tistory.com/36 by ccl(A) rewrite - 2020-05-11 17:01:26