We want to create a dynamic device dashboard without using any c8y API where set of widget gets added and I was able to do this with my custom widget <c8y-default-widget [config]="configJSON"></c8y-default-widget> but I’m not able do that with cumulocity (c8y) default Event List widget.
So, how I can achieve this and suggest me any other way to use.
the Event list widget is still based on angularJS. Because of that it is not that simple to use it within your angular component.
You might be able to utilize the DynamicComponentComponent to still display the angularJS widgets.
If your goal is to build some static dashboard, have a look at the tutorial application, it provides some samples for that purpose.