This is my code: https://angular-gcmti7.stackblitz.io
In the left side, I have grid patterns which help in generating HTML layout. These patterns have to be dragged on the empty panel.
I'm facing problem in triggering the click event on the menu generated on the elements. I have to append dynamic menu to the dynamically generated HTML blocks. These can be N in numbers depending upon the selection.
I have tried these, but not working: 1) Child component rendering for menu // selectors is appending statically. 2) Direct HTML rendering // HTML block appending statically.
Please suggest a way to get the click event working on these menu icons.