I created a custom widget using angular 10, Now I wanted to add a datapoint list in the configuration(edit) and access it
I am using c8y-data-point-list
directive but my angular application not able to find this selector/associated component.
so my first question is how to use the existing angularJs component in angular? how to import it? is it possible?
I also want to use more widget in a custom widget from ng1-module, how to achieve it?