Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Angular Language Service

Angular Language Service

Microsoft

|
14,795 installs
| (14) | Free
Provides the Angular language service to enable editor features for Angular templates.

Angular Language Service for Visual Studio

ALS

This is an extension made to bring in the Angular Language Service to Angular templates being created in Visual Studio

Minimum version of Visual Studio Needed: 16.5.0

Download the extension here

Features

  • Completions List
  • AOT Diagnostic messages
  • Quick Info

Coming Soon: Go to Definition

Usage

  1. Download the Extension from the Visual Studio Marketplace.

  2. Open a Visual Studio solution containing an Angular Project

  3. Open a .ts or html Angular file you should see the following in the Output Window:

Output Window

Local Build

Prerequisites:

  • NuGet - Direct Installation Link
  • Visual Studio 2019 with the "Visual Studio extension development" workload selected
  • npm

Open a Developer Command Prompt for your Visual Studio install (note that there is a Developer Command Prompt for each of your Visual Studio installations). You can find it by searching the start menu. Install the NuGet packages for the solution and run msbuild (npm packages for typescript and the angular language service plugin will be installed automatically):

> nuget restore
> msbuild AngularLanguageService.sln

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft