Angular - Signals
Which of the following is the correct syntax to create a signal holding a number starting at 10?
signal() function is called directly with the initial value.const count = signal(10); correctly creates a signal with initial value 10.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions