Angular - Signals
Which of the following is the correct way to declare an input signal in an Angular standalone component?
@Input() decorator followed by a signal initialization.@Input() decorator before the signal. const inputSignal = signal(); misses the decorator, C and D have invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions