Angular - Component Interaction
How do you correctly declare an
@Output property named update that emits boolean values in Angular?@Output property named update that emits boolean values in Angular?@Output() decorator followed by property initialization with new EventEmitter<type>().EventEmitter<boolean> is used.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions