We are using Metronic demo1 theme to develop web application using angular. When we are trying to bind the data in .html file using our API’s, we are able to get the response in console but when we are binding the data to the elements in theme, the data is not binding. Help me out to overcome this issue.
Hi,
Try to follow this article about Change detection strategy in Angular: https://www.digitalocean.com/community/tutorials/angular-change-detection-strategy.
Based on this. you can change your data by calling detectChanges
of ChangeDetectorRef
.
Regards,
Keenthemes support