mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5cc7b41f39
This fix prevented waiting for child components even if the cycle was only introduced via the `directives` array, i.e. without actually having a cycle. This easily causes issues for applications that have one shared list of directives for all components.
This reverts commit 3d5bb23184.
Closes #9647