mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bcc3c43fca
This commit updates TestBed to wait for async component metadata resolution before compiling components. Async metadata is added by the compiler in case a component uses defer blocks, which contain deferrable symbols. PR Close #51182