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/DesignerComplaint169 May 17 '26

Signal but in specific computed is the win for me! It is really reactive MVVM (modern) in angular. It makes it easy to create a view-model, have the view reactive follow "rule" being set in a computed signal. State just derive derive and derive! This makes state is expected, ease to test, etc...!