currently i am using tsc compilet(JIT) to compile my angular 2 application. for performance improvisation i am trying to switch to Aot Compilation using compiler/Cli.
I am referring this blog for AoT in my Rc5 Application. but stuck due to error while installing
npm install @angular/compiler-cli @angular/platform-server --save
I am confused between versions to use and proper direction.
Please suggest me blog or post for Aot in Angular 2 RC5 ? or tell me what is version of angular/compiler-cli to use for rc5 Help is really appreciated