mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b0ab653965
Reports a diagnostic if an NgModule refers to itself in its `imports` or `exports`. Previously the compiler would go into an infinite loop. Fixes #58224. PR Close #58231