Angular 11 Tutorial - 2 | Components

Опубликовано: 03 Июнь 2026
на канале: Learnowledge
2,540
46

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