Angular - Signals
Which of the following correctly initializes an Angular signal with the value 10?
signal() to create signals.const mySignal = signal(initialValue);signal() function directly. [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions