Important Notice:

AngularJS Directives

AngularJS Directives

16 views 1 min read

AngularJS Directives 

AngularJS में Directives विशेष प्रकार के HTML attributes या tags होते हैं, जिनका उपयोग HTML को अधिक शक्तिशाली और dynamic बनाने के लिए किया जाता है।

Directives के माध्यम से हम HTML elements के behavior को नियंत्रित कर सकते हैं।

सरल शब्दों में:

Directive = HTML को AngularJS के साथ जोड़ने का तरीका

Syntax

          <div ng-directive-name="value"></div>

AngularJS Directives

AngularJS Directives are special types of HTML attributes or tags that are used to make HTML more powerful and dynamic.

With the help of directives, we can control the behavior of HTML elements.

In simple words:

Directive = A way to connect HTML with AngularJS

Syntax

  <div ng-directive-name="value"></div>

 

Related Notes