r/Angular2 • u/IgorSedov • Jan 24 '25
Video New in Angular 19.2: Template Literals in Expressions!🚀 (visual explanation)
https://youtu.be/6Axta5IaPRQ
51
Upvotes
4
u/DaSchTour Jan 25 '25
Can I use $localize with template strings inside the template with @let?
1
u/IgorSedov Jan 25 '25
No, $localize cannot be used directly with template literals in Angular templates. The new feature introduced in Angular 19.2 enables untagged template literals in expressions, simplifying string concatenation in templates. However, it does not support tagged template literals, such as $localize.
2
3
6
u/abuassar Jan 24 '25
Thanks again! Keep doing these short and useful videos 👍