mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b0e0f0014e
This commit adds extra logic to produce a diagnostic in case `@Component.deferredImports` contain types from imports that also bring eager symbols. This would result in retaining a regular import and generating a dynamic import, which would not allow to defer-load dependencies. PR Close #53899