mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-24 08:06:17 +08:00
Currently vendor Angular libraries will have their *.ngfactory.ts in main.ts when building with `--aot`. The easiest way to see this is with `source-map-explorer. This PR correctly puts them in vendor.ts.