Q. How do you pass data to a child component? (A) Using @Inject (B) Using @ViewChild (C) Using @Input (D) Using @Output ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Using @Input Explanation: Data is passed to child components using the @Input decorator.