From cd67fced1cd3f21efc3a6f600d45481c5315d972 Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Thu, 6 Jul 2017 20:20:48 -0400 Subject: [PATCH] docs(aio): add npm install to Sublime instructions --- aio/content/guide/language-service.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/language-service.md b/aio/content/guide/language-service.md index 2b6e92af1a..22d94e29f2 100644 --- a/aio/content/guide/language-service.md +++ b/aio/content/guide/language-service.md @@ -111,7 +111,12 @@ Install the latest version of typescript in a local `node_modules` directory: npm install --save-dev typescript ``` -This installs the nightly TypeScript build. Starting with TypeScript 2.3, TypeScript has a language service plugin model that the language service can use. +Then install the Angular Language Service in the same location: +```sh +npm install --save-dev @angular/language-service +``` + +Starting with TypeScript 2.3, TypeScript has a language service plugin model that the language service can use. Next, in your user preferences (`Cmd+,` or `Ctrl+,`), add: