带 ngc 的 AOT 和 rollup 有什么不同
ngc -p tsconfig-aot.json && rollup -c rollup-config.js
https://angular.io/guide/aot-compiler#aot-quickstart-source-code
和AOT 与 Angular CLI
ng build --aot
https://github.com/angular/angular-cli/wiki/build
两种配置都非常不同,哪一种更好或更喜欢。