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.

Комментарии • 32

  • @milanranpara1815
    @milanranpara1815 Год назад +1

    You explain in the great way and it becomes very easy to understand! You are the best, thank you Sir!

  • @alexandruichim7075
    @alexandruichim7075 Год назад +4

    You are awesome! Thank you for the lessons!
    I am so happy that I can learn from this channel!

  • @MandarIngale
    @MandarIngale 2 года назад +2

    Subscribed on that one line mate - * for structural directive!!!

  • @shahidshaikh148
    @shahidshaikh148 Год назад +6

    .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;
    }

  • @siriuseneegy4484
    @siriuseneegy4484 2 года назад +5

    glad that your channel exist , can we expect python and java course anytime soon?

  • @nehalrajora7838
    @nehalrajora7838 2 года назад +10

    pls provide the content so that it will be helpful to us

  • @samratdeb
    @samratdeb 2 года назад +13

    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.

  • @mdmerajpasha6303
    @mdmerajpasha6303 2 года назад

    Thank you so much for your awesome explanation 😊.

  • @mathmasters842
    @mathmasters842 2 года назад +1

    can u pls add copy pasting parts in the description? anyways thank you very much for the explanations

  • @ahamed7794
    @ahamed7794 2 года назад

    Buddy 💙💙💙

  • @PRINCE-pt5gx
    @PRINCE-pt5gx Год назад

    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

  • @asmodeus5506
    @asmodeus5506 2 года назад

    Thank you.

  • @salukbawantha7870
    @salukbawantha7870 2 года назад

    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

  • @manojmaheshwari2556
    @manojmaheshwari2556 Год назад

    What is the meaning of this condition some text ??

  • @DeninoVanRooi
    @DeninoVanRooi Год назад

    The retyping of the code gives so many Syntax errors in compiling. please provide the code?

  • @TouchlineTales1093
    @TouchlineTales1093 Год назад

    can you provide the copy-and-paste resources?

  • @programmingwithsaroj
    @programmingwithsaroj 8 месяцев назад

    where is the source code ?

  • @Leen-Odeh287
    @Leen-Odeh287 Год назад

    code plz??!