mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
25cbc98979
References to resources (such as .css files) that are generated into the `outDir` directory outside of `rootDir` would cause a spurious compiler error about not being able to find a files that ends in '.ngstyle.ts'. Also fixed a minor issue in compiler error reporting Fixes: #19765, #19767 PR Close #19770