getDirectives
function
Retrieves directive instances associated with a given DOM node. Does not include component instances.
API
Usage Notes
function getDirectives( node: Node): {}[];
Jump to details
Retrieves directive instances associated with a given DOM node. Does not include component instances.
function getDirectives( node: Node): {}[];