Angular - Component Interaction
Which of the following is the correct syntax to declare an
@Output property named notify using EventEmitter in Angular?@Output property named notify using EventEmitter in Angular?@Output() decorator with a property initialized as new EventEmitter<type>().@Output and calls new EventEmitter<string>(). Others miss parentheses or use wrong initialization.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions