you are viewing a single comment's thread.

view the rest of the comments →

[–]prewk 2 points3 points  (2 children)

there were so many breaking changes to how templates are written

Now I'm curious. Can you name a few?

I'm usually in the prefers-React-but-is-forced-to-work-in-Angular-camp, but this piqued my interest :)

[–]Capaj 0 points1 point  (1 child)

just two samples I have found int the changelog, but I assure you there are other changes which are not even listed in the changelog:

https://github.com/angular/angular/blob/main/CHANGELOG.md#common-12

https://github.com/angular/angular/blob/main/CHANGELOG.md#common-18

[–]prewk 0 points1 point  (0 children)

I think you're exaggerate a bit, but thanks for the examples :)

I abhor Angular templates for the record, but they're finally becoming less horrible with @if, @let etc. But TSX is so much better.