102. What Happens behind the Scenes on Structural Directives

3:04 2 Kelliema 2 Kapitoli 66 segmenti

Kapitoli

  1. 0:02

    So now that we had a closer look at attribute directives and created our own one before creating our own structural directive, let me explain why this star is actually required. This star indicates to Angular that this is a structural direc…

  2. 2:47

    Now, therefore, if we save this, we see the list twice and we see it disappear and appear twice because it... works exactly the same. It is exactly the same code behind the scenes. This is what the star transforms it to.