Before Angular 5 release I could configure AOT by following official doc https://angular.io/guide/aot-compiler
I understand that official documentation switched the focus to CLI. Is there any structured guide about Angular 5 AOT without using CLI?
(I've seen this link https://github.com/angular/angular/issues/19339#issuecomment-332607471)