Angular - Component Interaction
How do you correctly declare an
@Input property called title inside a child component class?@Input property called title inside a child component class?@Input decorator is placed before the property declaration.@Input() title: string; to receive input.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions