Socket
Socket
Sign inDemoInstall

@angular/language-service

Package Overview
Dependencies
0
Maintainers
2
Versions
765
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @angular/language-service

Angular - language services


Version published
Weekly downloads
1.3M
increased by2.73%
Maintainers
2
Install size
18.0 MB
Created
Weekly downloads
 

Package description

What is @angular/language-service?

The @angular/language-service package provides a way to get completions, errors, hints, and navigation inside Angular templates. It works with both external and inline templates and is used primarily in integrated development environments (IDEs) and text editors to enhance the development experience with Angular applications.

What are @angular/language-service's main functionalities?

Autocompletion

Provides autocompletion suggestions for Angular template syntax, including bindings, directives, components, and template variables.

No specific code sample can be provided as this functionality is integrated into IDEs and leverages the language service API to provide autocompletion suggestions.

Error Checking

Highlights errors in Angular templates, such as type errors, missing directives, and incorrect bindings, helping developers to identify and fix issues more quickly.

No specific code sample can be provided as this functionality is integrated into IDEs and leverages the language service API to highlight errors in Angular templates.

Navigation and Refactoring

Enables features like 'Go to definition' for components, directives, and template variables, and supports refactoring operations such as renaming symbols.

No specific code sample can be provided as this functionality is integrated into IDEs and leverages the language service API to enable features like go to definition and refactoring.

Other packages similar to @angular/language-service

Changelog

Source

17.0.4 (2023-11-20)

common

| Commit | Type | Description | | -- | -- | -- | | 7f1c55755d | fix | remove load on image once it fails to load (#52990) | | fafcb0d23f | fix | scan images once page is loaded (#52991) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 98376f2c09 | fix | changed after checked error in for loops (#52935) | | 291deac663 | fix | generate i18n instructions for blocks (#52958) | | 49dca36880 | fix | nested for loops incorrectly calculating computed variables (#52931) | | f01b7183d2 | fix | produce placeholder for blocks in i18n bundles (#52958) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | f671f86ac2 | fix | add diagnostic for control flow that prevents content projection (#52726) |

core

| Commit | Type | Description | | -- | -- | -- | | db1a8ebdb4 | fix | cleanup loading promise when no dependencies are defined (#53031) | | 31a1575334 | fix | handle local refs when getDeferBlocks is invoked in tests (#52973) |

migrations

| Commit | Type | Description | | -- | -- | -- | | ac9cd6108f | fix | control flow migration fails for async pipe with unboxing of observable (#52756) (#52972) | | 13bf5b7007 | fix | Fixes control flow migration if then else case (#53006) | | 492ad4698a | fix | fixes migrations of nested switches in control flow (#53010) | | 0fad36eff2 | fix | tweaks to formatting in control flow migration (#53058) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.3"></a>

FAQs

Last updated on 20 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc