Can we reuse Angularjs Directive as mendix widget

0
Hi, I have application made in angularjs. If we switch to mendix i want to use one/several angularjs directive as mendix widget in my app. Could you please let me know how to do it in mendix?   Thanks Sudhansu
asked
1 answers
0

Directives allow you to extend the existing HTML with your own elements or attributes and to add behavior to existing elements or attributes. There are many built-in directives we use as part of angular app. Similarly, we can create our own custom directives to define the reusable component.Directives allow you to extend the existing HTML with your own elements or attributes and to add behavior to existing elements or attributes. There are many built-in directives we use as part of angular app. Similarly, we can create our own custom directives to define the reusable component.

answered