Better type checking thanks to @let block
There are cases where checking the type of a variable in a template is necessary.
The `@let` block from Angular 18 allows you to define a variable in a template and reuse it in many places.
Thanks to that Type Narrowing finally works in Angular templates.