Q. What is Angular's built-in directive to conditionally include or exclude an element in the DOM?
β
Correct Answer: (A)
*ngIf
Explanation: *ngIf conditionally adds or removes elements from the DOM.