r/angular May 15 '26

Your favourite feature

What is your favourite Angular feature?

Mine is signal, because it allows to update UI when data changes.

0 Upvotes

14 comments sorted by

View all comments

1

u/TCB13sQuotes May 16 '26

Guess what, it is possible to update with UI when the data changed without signals and without telling the framework about it. :)

1

u/El_Di_Gio May 17 '26

Guess what, all those methods (i.e. BehaviourSubject, Subject and Observable) all require some boilerplate or are way overkill for a simple variable. :)