docs(aot): remove typescript instruction

This commit is contained in:
Jesús Rodríguez 2016-09-14 21:39:53 +02:00 committed by Naomi Black
parent c3aa8945fb
commit d64cb11635
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ a#compile
:marked
Install a few new npm dependencies with the following command:
code-example(format='.').
npm install @angular/compiler-cli @angular/platform-server typescript@2.0.2 --save
npm install @angular/compiler-cli @angular/platform-server --save
:marked
You will run the `ngc` compiler provided in the `@angular/compiler-cli` npm package
instead of the TypeScript compiler (`tsc`).