79749049

Date: 2025-08-28 12:03:19
Score: 2.5
Natty:
Report link

Yes, this is a known limitation today. The Angular Language Service does not yet surface the concrete type for variables declared with the new @let control-flow syntax, so editor hovers often show any even when your underlying data is fully typed. Template type checking still works, the limitation is in how the language service presents the type information for @let.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @let
  • User mentioned (0): @let
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Vinay Kandula