Це відео не доступне.
Перепрошуємо.

Custom Structural Directive | Directives | Angular 12+

Поділитися
Вставка
  • Опубліковано 15 лют 2022
  • In this lecture you will learn how to create a custom structural directive which can manipulate the DOM by adding or removing elements from the DOM. To understand this, we are going to create a custom structural directive similar to ngIf built-in directive of angular.
    We will create an appIf directive which will add or remove element from the DOM based on a given condition assigned to it. If the condition returns true, appIf will add the element on which we have used it to the DOM. Otherwise it will remove that element from the DOM.
    Let's create the custom structural directive in this lecture.

КОМЕНТАРІ • 11

  • @reubenlaji5172
    @reubenlaji5172 11 місяців тому +2

    Thank you so much for this course! Made my internship much more easier to adjust to. Referred here many times!

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

    Amazing course, I've learned a lot with these videos.

  • @Hare_Krishna143
    @Hare_Krishna143 Рік тому +1

    Thank you so Much for the course!!

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

    This course is awesome !! Thank you

  • @mohammadshinas6768
    @mohammadshinas6768 4 місяці тому

    Why here the rendere2 is not used

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

    @input decorator will use setter method? This setter method in which phase will be called?

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

    Thank you so much!

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

    super videos

  • @user-wr2uu8cg5v
    @user-wr2uu8cg5v Рік тому

    Why we can create custom structural directive when we have already *ngIf ??