Skip to main content

All Questions

0 votes
1 answer
38 views

How non-signal values notify angular for updating the component's UI

Custom services in Angular can have either signal based or non-signal based properties. In case of signal based properties, if they update, angular ensures to notify the component (which injects such ...
Aneesh Gupta's user avatar
4 votes
1 answer
848 views

How to identify the correct Angular signal with effect()?

The signals in Angular are pretty nice. However I'm struggling with handle multiple signals. In a very simplified example is a service ExternalController that defines two signals controller1 and ...
Lars's user avatar
  • 1,092