1
Reply

Is AngularJS extensible?

Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

Apr 28, 2016
297
0

    Yes! In AngularJS we can create custom directive to extend AngularJS existing functionalities.Custom directives are used in AngularJS to extend the functionality of HTML. Custom directives are defined using "directive" function. A custom directive simply replaces the element for which it is activated.

    Bhuvanesh Mohankumar
    April 28, 2016
    0