What is a Component | Components | Angular 12+

preview_player
Показать описание
Components are the basic building block of any angular application.

An angular application consists of several component. In angular, we create components and compine and nest them together in the root app component to create a complete angular application.

In this lecture, you will learn what is a component? Why we use them and how we use them.
Рекомендации по теме
Комментарии
Автор

Component:
Component is a TypeScript class decorated with @Component decorator
and it contains methods & properties which we can use in HTML
1.A Class: It contains the code required for the view template, That means,
it contains the UI logic.
2.A View template: it defines the user interface. It contains the HTML,
directives & data binding.
3. A decorator: It adds meta data to the class, making it a component.

afzalhossain
Автор

Sir, where have you been so far? 🙂 The content of these lessons is very clear and well-structured. You did a super good job! Keep going!

ciprianirimia
Автор

The full course is excellent. But I think it is underrated. Hope this course get great recognition

Sairam-slzq
Автор

Great tutorial. Your content and presentation was well structured and easy to understand. Nicely done. Thank you.

davezima
Автор

Your content is something! Very simple and explanatory. Thank you ;)

dimitriskidis
Автор

You are the one who cover full course.. how i miss to see this channel....

ammaskitchen
Автор

Thank you for providing valuable information 👍👍👍

nandagopal
Автор

Background music loop is some distraction to the main subject. Much clear if don't have that. Great Explanation.

PoliticalMasth-jbtn
Автор

Great tutorial, I learned a lot from you. But suddenly subtitles are displayed in Hindi. I am not able to take notes. Please add English subtitles

vimalnagappan
Автор

5:18 class, UI logic, decorator, selector, View template

LucasHagemans
Автор

Sir can we create a generic or reusable component??

vidyulatha
Автор

Sir can you show the sequence of the videos??

rupal_shahare
Автор

why are the Subtitles deactivated on this lecture?

YouCantGetBrokeByGiving
Автор

Sir can we create a reusable component or a generic component?

vidyulatha
Автор

Please consider removing the annoying background music.

angelslayer