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.