Skip to content

remackgeek/ngElementForLoop

Repository files navigation

NgElementForLoop

This project demonstrates two issues with @angular/elements and potential fixes:

Master Branch

See it here : Run demonstrate zone/change detection issues, no fixes. SetTimeout() and ngFor cases both broken.

Branch new-zone

See it here : Use zone.js with PR 1133. SetTimeout() works, ngFor still broken.

Branch custom-strategy

See it here : Use elements-zone-strategy, which uses a similar approach as PR 4185. SetTimeout() and ngFor cases both work.

About

demonstrate @angular/elements zone issues and fixes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published