Angular-CLI가 Angular Project에서 '모델'에 대한 명령을 생성하지 않는 이유는 무엇입니까? Angular에 대해 배우는 동안 나는 'Component', 'Services', 'Interface', 'Pipes' 등 Angular의 개별 부품을 생성하기 위해 다양한 Angular-CLI 명령을 수행했습니다. Angular-CLI를 통해 Angular Item 생성 ng g c components/comp-1 //generates component ng g s services/service-1 // generates service ng g i interfaces/interface-1 // generates interface 그런데 '모델'에 대해 generate 명령이 없는 이유가 놀..