mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c9f3976eba
Currently when loading external resources in JIT, when `fetch` fails, the `text` is empty and the component is loading. This hides the actual underlying fetch error. We should properly detect this and error out. PR Close #62992