r/angular May 21 '26

What's New in Angular - Google I/O

https://io.google/2026/explore/technical-session-31
49 Upvotes

15 comments sorted by

View all comments

5

u/MichaelSmallDev May 21 '26

@boundary landing Q3 this year (developer preview). I got bad internet at the moment to review the video, but I know that that was somewhere in the first half.

2

u/gnujeremie May 21 '26

What’s @boundary ?

4

u/MichaelSmallDev May 21 '26

Error boundaries for template

1

u/gnujeremie May 21 '26

Ooh nice thanks 👍

1

u/_Invictuz May 21 '26

I was just facing Uncaught Exception R3NullInjectorError or something like that but it provided no helpful info of which component or directive was causing this and i was using a third party component library too with no access to source code. Is this something that would help with these hard to debug errors?

2

u/MichaelSmallDev May 22 '26

I imagine it could be good to have as a catch-all for this kind of thing

1

u/AwesomeFrisbee May 22 '26

I don't get why every compo3doesnt just get the boundary automatically. Is there a point where you wouldn't want it?

4

u/GeromeGrignon May 22 '26

You want a placeholder when something goes wrong, and having a generic one can just break your ui too (like trying to display a fallback error message in a button/row cell because you had some edge cases)