#47 Custom Attribute Directive | Creating & Using Custom Directive | A Complete Angular Course

preview_player
Показать описание
In this lecture, you are going to learn how to create and use a custom attribute directive in Angular. As we have learned an attribute directive changes the appearance or behavior of a DOM element. For example - ngStyle, ngClass & ngModel are some of the attribute directive. We are going to create one such attribute directive in this lecture.

Рекомендации по теме
Комментарии
Автор

I like the way you teach, bro. Your channel will grow.

xz
Автор

sir, why not use a css class to change the background? what is the advantage over a class by using a custom directive.?

HasinthaWeragala
Автор

Do you plan to create Rxjs and NgRx course? Would be a great addition

jackofnotrades
Автор

Thank you so much! Repeating really helps to memorize

tdwjiaodja
Автор

Where is the code for Video 47? I am not seeing it in the repo.

williamt.roberts
Автор

@procademy, i cannot find the ANGULAR-EKART MODULE in the git repository
please update the complete repository

ruman-demo
Автор

first, thanks for this great series, in 16:17 you are talking about the variable defined in the constructor.
from my work and search I found I can use the var of constructor inside the component without the need to assign it to another Vars. are there the same?

mohamadnourbader
Автор

Optimistically, fantastic news – the confirmation of your Sales Incentive payment has been processed!

Paul__x
Автор

This angular series is awesome :)
Name of the VSCode theme please :D

TheNeraxes
Автор

In angular 17 there is no modules.ts and when I am importing the background directive in the component it is not working how to fix it

shivankgoel