Q. What does the `ngIf` directive do?
β
Correct Answer: (A)
Conditionally includes a template
Explanation: The `ngIf` directive adds or removes an element based on a condition.