πŸ“Š Angular
Q. What does two-way data binding use internally in Angular?
  • (A) [()] syntax (banana in a box) combining @Input and @Output
  • (B) *ngIf directive
  • (C) EventEmitter only
  • (D) NgZone
πŸ’¬ Discuss
βœ… Correct Answer: (A) [()] syntax (banana in a box) combining @Input and @Output

Explanation: Two-way binding uses both input and output bindings internally.

Explanation by: Mr. Dubey
Two-way binding uses both input and output bindings internally.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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