Angular - Component Interaction
What is the main purpose of the
@Input decorator in Angular?@Input decorator in Angular?@Input@Input decorator is used to mark a property in a child component that can receive data from its parent.@Input passes data parent to child [OK]@Input means data flows into child [OK]@Input with @Output@Input sends data up to parent@Input with services or routing15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions