Q. Which Angular directive conditionally includes a template based on a boolean expression?
β
Correct Answer: (A)
*ngIf
Explanation: *ngIf adds/removes elements from the DOM based on condition.