How Structural Directive Works | Directives | Angular 12+

Поділитися
Вставка
  • Опубліковано 14 лют 2022
  • In this lecture you will learn how a structural directive works behind the scenes and what is the significance of using an asterik (*) before a structural directive.
    A structural directive uses a template behind the scenes when we add and asterik before it. So, let's learn what actually happens behind the scenes with a structural directive.

КОМЕНТАРІ • 6

  • @swapnasri9631
    @swapnasri9631 Місяць тому

    Very clear and informative video. Thanks a alot sir

  • @milanranpara1815
    @milanranpara1815 6 місяців тому +1

    Thank you so much for this easy explanation!

  • @muskanramchandani7642
    @muskanramchandani7642 7 місяців тому +1

    Wonderful video

  • @narenderkonka9001
    @narenderkonka9001 2 роки тому +2

    Good to hear this inform and appreciate your work :)

  • @maheshsirsat1811
    @maheshsirsat1811 11 місяців тому +1

    Done

  • @silvertoothdevlog6102
    @silvertoothdevlog6102 Рік тому

    If angular creates an ngtemplate to wrap when it sees an asteriks before the ngif or ngfor directive , then can we use two ngifs in the same line one with asteriks and one without like *ngif structural directive and ngif attribute directive in the same line ? I am asking this because you just proved us angular handles the first and creates a wrapping for it so it got me curious