groupdocs-total / GroupDocs.Total-Angular

Angular based UI for GroupDocs Products
https://www.groupdocs.com
MIT License
0 stars 6 forks source link

Fixed issue 'Expression has changed after it was checked' in viewer-app.component by manually triggering change detection #249

Closed vladimir-litvinchik closed 3 years ago

vladimir-litvinchik commented 3 years ago

Details about the error:

Solution - manually trigger change detection by calling this.cdr.detectChanges();