Hello,
I have an app in which i used to create dynamic component as per requirement and i bind dynamic component's input property using setters with data source at the time of creation and this component has a igx grid which is binded to data source the problem is that this causes continues cpu usage arround 10-12 % . i had ran the profiler of chrome and seen that "checkandupdateview " is recuring and taking the whole CPU uage please tell me what should i do
Hello Alok,
Can you provide more context for your application like what version of Angular and our library are you using?
Do you have any code that may trigger constant change detection cycles in your view? Anything like vanilla setInterval or rxjs interval observable?
I'm waiting for your reply.