IntermediateVocabulary#angular#signals#reactivity#frontend

Angular 18 Signals: Key Vocabulary

Angular's signals API, stabilised in Angular 17-18, brings fine-grained reactivity to the framework. Understanding signal(), computed(), effect(), and the new input signal() function is essential for building modern, performant Angular applications.

0 / 5 completed
1 / 5
What is the key difference between signal() and computed() in Angular?