mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4c8fb3631d
Currently circular references in user code manifest themselves with an error like `Cannot read properties of undefined (reading 'ɵcmp')`. This is a bit cryptic so these changes add an assertion mentioning circular references.
Relates to #65917.
(cherry picked from commit 7be4ddef1c)