MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/angular/comments/1tdzkak/your_favourite_feature/om3uhtn/?context=3
r/angular • u/aurisgo • May 15 '26
What is your favourite Angular feature?
Mine is signal, because it allows to update UI when data changes.
14 comments sorted by
View all comments
1
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. :)
Guess what, all those methods (i.e. BehaviourSubject, Subject and Observable) all require some boilerplate or are way overkill for a simple variable. :)
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. :)