πŸ“Š Angular
Q. What Angular concept allows you to pass data from child to parent component?
  • (A) @Output with EventEmitter
  • (B) @Input
  • (C) Service injection
  • (D) ViewChild
πŸ’¬ Discuss
βœ… Correct Answer: (A) @Output with EventEmitter

Explanation: @Output and EventEmitter enable event-driven communication upwards.

Explanation by: Mr. Dubey
@Output and EventEmitter enable event-driven communication upwards.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
43
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate