mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
32ad1e09b4
The Zone.js build was depending on the `--outFile` flag from TypeScript which is deprecated. These changes switch to using `--outDir` and copying the files out of the directory instead.
(cherry picked from commit 52bc0208f9)