Angular - Signals
Which of the following is the correct way to create a signal with initial value 10?
signal as a function with the initial value in parentheses.const count = signal(10);. Others use wrong casing or invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions