Q. Which method is used to read the current value of a signal?
β
Correct Answer: (C)
value()
Explanation: In Angular Signals, `.value` or calling the signal as a function returns its current value.