can we launch a existing angular component on clicking of a Task, if so how we can achieve this. In the example provided we see view is built using HTML element, instead we want to call existing angular component ?
I don’t fully understand the question. The example shows how to prevent the default window from opening. After this, you can load or launch any angular component that you want. In the example, I launch a new custom window, but you can change this to whatever you need.