Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit d64cb11

Browse files
Foxandxssnaomiblack
authored andcommitted
docs(aot): remove typescript instruction
1 parent c3aa894 commit d64cb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/aot-compiler.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ a#compile
8989
:marked
9090
Install a few new npm dependencies with the following command:
9191
code-example(format='.').
92-
npm install @angular/compiler-cli @angular/platform-server typescript@2.0.2 --save
92+
npm install @angular/compiler-cli @angular/platform-server --save
9393
:marked
9494
You will run the `ngc` compiler provided in the `@angular/compiler-cli` npm package
9595
instead of the TypeScript compiler (`tsc`).

0 commit comments

Comments
 (0)