mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +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.