wfsovereign / mind-map

TypeScript version of mind mapping.
Other
33 stars 24 forks source link

Catch Click Events #3

Closed michel-dirix closed 7 years ago

michel-dirix commented 7 years ago

Hi, I would like to know how is it possible to catch a click event on a node ? I'm working with angular 2.

Thanks !

michel-dirix commented 7 years ago

I found the solution by using : this.mindmap.view.addEvent(this.mindmap, 'click', function($event){});