How to include an icon on top of the bpmn tasks

icon

I want to include an icon on top of the bpmn task using Angular with bpmn-js. On click of that icon some popup should be displayed. Is it possible?

Regards,
Shashi

Did you already try the overlays API? You can add your custom nodes on top of them and then do whatever you want with it.

I’m wondering what Angular might have to do with this.