79123644

Date: 2024-10-24 21:26:02
Score: 2.5
Natty:
Report link

It's worth noting that in Angular 18+ you can now use the @let syntax to get a reference to your data.

<div>
  @let myItem = myItem$ | async;
  <span>{{ myItem.title }}
</div>
  
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @let
  • Low reputation (1):
Posted by: Luke Weston