All Questions
Tagged with angular-signals angular-services
2 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 ...
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 ...