docs(aot): remove typescript instruction
This commit is contained in:
parent
c3aa8945fb
commit
d64cb11635
|
@ -89,7 +89,7 @@ a#compile
|
||||||
:marked
|
:marked
|
||||||
Install a few new npm dependencies with the following command:
|
Install a few new npm dependencies with the following command:
|
||||||
code-example(format='.').
|
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
|
:marked
|
||||||
You will run the `ngc` compiler provided in the `@angular/compiler-cli` npm package
|
You will run the `ngc` compiler provided in the `@angular/compiler-cli` npm package
|
||||||
instead of the TypeScript compiler (`tsc`).
|
instead of the TypeScript compiler (`tsc`).
|
||||||
|
|
Loading…
Reference in New Issue