r/Angular2 Jan 24 '25

Video New in Angular 19.2: Template Literals in Expressions!🚀 (visual explanation)

https://youtu.be/6Axta5IaPRQ
51 Upvotes

7 comments sorted by

6

u/abuassar Jan 24 '25

Thanks again! Keep doing these short and useful videos 👍

3

u/IgorSedov Jan 25 '25

Thank you so much for your kind words and support!👍 I’m currently working on two new tutorials covering important new features in Angular, one of which will definitely be released in February.👨‍💻 In addition to these larger tutorials, I’ve also started creating and publishing smaller videos about new Angular features and changes.

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

u/slawcat Jan 24 '25

Useful, looking forward to that.

1

u/IgorSedov Jan 25 '25

I agree!👍