From ff33ab13798e40feba70f0967f69d72562089029 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 10 Jun 2020 09:43:06 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20`@angular/language=E2=80=91service`=20i?= =?UTF-8?q?s=20no=20longer=20a=20dev-dependencies=20(#37521)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `@angular/ languageā€‘service` is no longer needed as a dev-dependencies, infact we no longer generate project with this dependency as it can conflict with the https://marketplace.visualstudio.com/items?itemName=Angular.ng-template PR Close #37521 --- aio/content/guide/npm-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index a9ed9618c4..0776381463 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -118,7 +118,6 @@ Package name | Description [**@angular‑devkit/
build‑angular**](https://github.com/angular/angular-cli/) | The Angular build tools. [**@angular/cli**](https://github.com/angular/angular-cli/) | The Angular CLI tools. **@angular/
compiler‑cli** | The Angular compiler, which is invoked by the Angular CLI's `ng build` and `ng serve` commands. -**@angular/
language‑service** | The [Angular language service](guide/language-service) analyzes component templates and provides type and error information that TypeScript-aware editors can use to improve the developer's experience. For example, see the [Angular language service extension for VS Code](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template). **@types/... ** | TypeScript definition files for 3rd party libraries such as Jasmine and Node.js. [**codelyzer**](https://www.npmjs.com/package/codelyzer) | A linter for Angular apps whose rules conform to the Angular [style guide](guide/styleguide). **jasmine/... ** | Packages to support the [Jasmine](https://jasmine.github.io/) test library. @@ -135,3 +134,4 @@ Package name | Description * [Building and serving](guide/build) describes how packages come together to create a development build. * [Deployment](guide/deployment) describes how packages come together to create a production build. + \ No newline at end of file