Socket
Socket
Sign inDemoInstall

@angular/language-service

Package Overview
Dependencies
0
Maintainers
2
Versions
760
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
76Next

17.1.0-next.3

Diff

google-wombot
published 17.0.6 •

Changelog

Source

17.0.6 (2023-12-06)

compiler

| Commit | Type | Description | | -- | -- | -- | | a2e5f483f5 | fix | generate proper code for nullish coalescing in styling host bindings (#53305) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 66ecf4c274 | fix | add compiler option to disable control flow content projection diagnostic (#53387) | | 74e6ce5d23 | fix | add diagnostic for control flow that prevents content projection (#53387) | | 6ec7a42b95 | fix | avoid conflicts with built-in global variables in for loop blocks (#53319) |

core

| Commit | Type | Description | | -- | -- | -- | | 0a53f96094 | fix | cleanup signal consumers for all views (#53351) | | 4fc1581bbc | fix | handle hydration of multiple nodes projected in a single slot (#53270) | | 14e66533ec | fix | support hydration for cases when content is re-projected using ng-template (#53304) | | 8e366e8911 | fix | support swapping hydrated views in @for loops (#53274) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 45064f1ae1 | fix | CF migration - ensure NgIfElse attributes are properly removed (#53298) | | a6275cfa54 | fix | CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299) | | 58a96e0f50 | fix | CF Migration add support for ngIf with just a then (#53297) | | 26e40c7f89 | fix | CF Migration fix missing alias for bound ngifs (#53296) | | 836aeba01d | fix | Change CF Migration ng-template placeholder generation and handling (#53394) | | 72d22ba7ee | fix | fix regexp for else and then in cf migration (#53257) | | 7a2facae8a | fix | handle aliases on bound ngIf migrations (#53261) | | 5104a89b30 | fix | handle nested ng-template replacement safely in CF migration (#53368) | | 2a4e3f5373 | fix | handle templates outside of component in cf migration (#53368) | | 0db75ab5b1 | fix | remove setting that removes comments in CF migration (#53350) |

router

| Commit | Type | Description | | -- | -- | -- | | 13ade13a15 | fix | Ensure canMatch guards run on wildcard routes (#53239) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.5"></a>

google-wombot
published 17.1.0-next.2 •

google-wombot
published 17.0.5 •

Changelog

Source

17.0.5 (2023-11-29)

core

| Commit | Type | Description | | -- | -- | -- | | 6be88040d1 | fix | avoid stale provider info when TestBed.overrideProvider is used (#52918) | | dee50f1d78 | fix | inherit host directives (#52992) | | 07920d96d4 | fix | Reattached views that are dirty from a signal update should refresh (#53001) |

migrations

| Commit | Type | Description | | -- | -- | -- | | aab7fb8654 | fix | Add ngForTemplate support to control flow migration (#53076) | | dbd6f386ea | fix | allows colons in ngIf else cases to migrate (#53076) | | 5b9f896009 | fix | cf migration fix migrating empty switch default (#53237) | | 2b3d3b0fe1 | fix | CF migration log warning when collection aliasing detected in @for (#53238) | | dffeac8386 | fix | cf migration removes unnecessary bound ngifelse attribute (#53236) | | 00cb3339ba | fix | control flow migration formatting fixes (#53076) | | c22af72f75 | fix | fix off by one issue with template removal in CF migration (#53255) | | ba6d7fe018 | fix | fixes CF migration i18n ng-template offsets (#53212) | | 8f6affdd64 | fix | fixes control flow migration common module removal (#53076) | | 6ae408847c | fix | properly handle ngIfThen cases in CF migration (#53256) | | 0fcef65cea | fix | Update CF migration to skip templates with duplicate ng-template names (#53204) |

router

| Commit | Type | Description | | -- | -- | -- | | 91486aaf07 | fix | Resolvers in different parts of the route tree should be able to execute together (#52934) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.4"></a>

google-wombot
published 17.1.0-next.1 •

google-wombot
published 17.0.4 •

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>

google-wombot
published 17.1.0-next.0 •

google-wombot
published 17.0.3 •

Changelog

Source

17.0.3 (2023-11-15)

animations

| Commit | Type | Description | | -- | -- | -- | | f5872c9921 | fix | prevent the AsyncAnimationRenderer from calling the delegate when there is no element. (#52570) |

core

| Commit | Type | Description | | -- | -- | -- | | 6a1d4ed667 | fix | handle non-container environment injector cases (#52774) | | 5de7575be8 | fix | reset cached scope for components that were overridden using TestBed (#52916) |

http

| Commit | Type | Description | | -- | -- | -- | | 7c066a4af4 | fix | Use the response content-type to set the blob type. (#52840) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 4e200bf13b | fix | Add missing support for ngForOf (#52903) | | d033540d0f | fix | Add support for bound versions of NgIfElse and NgIfThenElse (#52869) | | aa2d815648 | fix | Add support for removing imports post migration (#52763) | | 3831942771 | fix | Fixes issue with multiple if elses with same template (#52863) | | e1f84a31dc | fix | passed in paths will be respected in nx workspaces (#52796) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.2"></a>

google-wombot
published 17.0.2 •

Changelog

Source

17.0.2 (2023-11-09)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 7a95cccf50 | fix | add interpolatedSignalNotInvoked to diagnostics (#52687) | | a548c0333e | fix | incorrect inferred type of for loop implicit variables (#52732) |

core

| Commit | Type | Description | | -- | -- | -- | | 2cea80c6e2 | fix | error code in image performance warning (#52727) | | b16fc2610a | fix | limit rate of markers invocations (#52742) | | 44c48a4835 | fix | properly update collection with repeated keys in @for (#52697) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.1"></a>

google-wombot
published 17.0.1 •

Changelog

Source

17.0.1 (2023-11-08)

http

| Commit | Type | Description | | -- | -- | -- | | 5c6f3f8ec0 | fix | Don't override the backend when using the InMemoryWebAPI (#52425) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 70d30c28e0 | fix | Add support for ng-templates with i18n attributes (#52597) | | 4f125c5f9a | fix | Switches to multiple passes to fix several reported bugs (#52592) |

Web Frameworks: the internet frontier.<br/> These are the voyages of the framework Angular.<br/> Its continuing mission:<br/> To explore strange, new technologies.<br/> To seek out new users and new applications.<br/> To boldly go where no web framework has gone before.<br/>

In honor of v17.0.1

                                                  ______
                                     ___.--------'------`---------.____
                               _.---'----------------------------------`---.__
                             .'___=]===========================================
,-----------------------..__/.'         >--.______        _______.---'
]====================<==||(__)        .'          `------'
`-----------------------`' ----.___--/
     /       /---'                 `/
    /_______(______________________/
    `-------------.--------------.'
                   \________|_.-'

Live long and prosper 🖖🏻

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.0"></a>

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