Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21
Angualr Top questions

Details



Peter Agyekum In Angular,what can you use to pass data from parent component to child component? Answer is @Input. Explanation: @Input() and @Output() allow Angular to share data between the parent and child. @Input() is the doorway that allows data to flow in while @Output() is the doorway out of the component, allowing the child component to send data out.
Related Topics