In this video, we talked about the Angular Components.
Content
--------------------------------
What is Component?
Files Structure
Generation of component using Angular – CLI
Component TypeScript class (TS)
Practice
Quiz
------------------------------
Angular CLI Command to generate a new component
ng generate component your-component
or
ng g c your-component