Angular - Component Interaction
In Angular, what role does the
@Output decorator play when used in a child component?@Output decorator play when used in a child component?@Output decorator is used to define an event that a child component can emit to notify its parent.@Input, which receives data, @Output sends data out via events.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions