This project demonstrates two issues with @angular/elements and potential fixes:
See it here : Run demonstrate zone/change detection issues, no fixes. SetTimeout() and ngFor cases both broken.
See it here : Use zone.js with PR 1133. SetTimeout() works, ngFor still broken.
See it here : Use elements-zone-strategy, which uses a similar approach as PR 4185. SetTimeout() and ngFor cases both work.