filmov
tv
Using Angular CLI To Generate Component
Показать описание
Typescript has more features than vanilla JS. eg Types, Classes, Interfaces, etc. A component is just a class. We have to export our class. The naming convention is very important such as AppComponent.