From d64cb11635ca153905dd655ee31c2fd25694215b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Wed, 14 Sep 2016 21:39:53 +0200 Subject: [PATCH] docs(aot): remove typescript instruction --- public/docs/ts/latest/cookbook/aot-compiler.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/aot-compiler.jade b/public/docs/ts/latest/cookbook/aot-compiler.jade index 7cbd69ee0a..a8a56d242e 100644 --- a/public/docs/ts/latest/cookbook/aot-compiler.jade +++ b/public/docs/ts/latest/cookbook/aot-compiler.jade @@ -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`).