mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
90d2518d9a
`ngc` would look for flat module resources relative to the flat module index. `ngc` now looks for flat module resources relative to the `.d.ts` file that declarates the component. Fixes #15221 PR Close #15367