mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
250c8da768
The 2.6 version of TypeScript's `resolveModuleName` started to require paths passed to be separated by '/' instead of being able to handle '\'. `ngc` and `ng` already do this transformation. Fixes: #21811 PR Close #21812