Q. How can you make a component reusable and configurable from the outside?
β
Correct Answer: (A)
By using @Input properties
Explanation: @Input lets you pass data to components making them reusable.