Angular - Signals
Which of the following is the correct way to create a signal in Angular?
signal() function to create reactive signals.const count = signal(0); matches Angular's official syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions