ngFor Directive in Angular | Directives | Angular 12+
HTML-код
- Опубликовано: 10 фев 2025
- In this lecture you will learn about ngFor directive. ngFor a is built-in directive of angular which is used to loop over an itterable and for each itteration, it adds an HTML template in the webpage.
The ngFor is a structural directive because it manipulates the DOM by adding or removing elements from the DOM. Let's learn about ngFor directive with practicle examples.
You explain in the great way and it becomes very easy to understand! You are the best, thank you Sir!
You are awesome! Thank you for the lessons!
I am so happy that I can learn from this channel!
Subscribed on that one line mate - * for structural directive!!!
.product-container{
display: flex;
margin: 15px 0px;
padding: 5px 5px;
border-radius: 5px;
}
.image-container{
background-color: #fff;
height: 70px;
width: 70px;
padding: 10px 0px;
text-align: center;
}
.detailContainer{
display: flex;
margin: 0px 20px;
}
.name-container{
margin: 0px 20px;
}
.details{
width: 140px;
}
.options{
width: 220px;
margin-left: 80px;
}
.btn{
border-radius: none;
margin: 0px 5px;
padding: 2px 10px;
font-size: 12px;
}
god bless you
Thank you
glad that your channel exist , can we expect python and java course anytime soon?
pls provide the content so that it will be helpful to us
Do you mind putting the data like the products array in the description area so that it's easier for us to follow and copy from here? Otherwise, we need to type all of them from scratch. Thank you in anticipation.
Typing is practice.
Thank you so much for your awesome explanation 😊.
can u pls add copy pasting parts in the description? anyways thank you very much for the explanations
Buddy 💙💙💙
Can be get resources which you had used in videos of angular for shopping app if yes please tell from where do we got it
Thank you.
hi sri this is awsome video series. thanks a lot for this from sri lanka. and one thing, can you please provide sorce code of this
Ado Salukaaaa 😛
@@dumindushamika9138 😅
What is the meaning of this condition some text ??
The retyping of the code gives so many Syntax errors in compiling. please provide the code?
can you provide the copy-and-paste resources?
where is the source code ?
code plz??!