mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7d9f55da11
Enforces that components, directives, and pipes in @Component.deferredImports mapped to specific block keys are only used within their designated @defer blocks during template type checking, reporting out-of-band diagnostics when used eagerly or across mismatched blocks.