Q. Which Angular directive is used to conditionally include a template?
β
Correct Answer: (B)
*ngIf
Explanation: *ngIf adds or removes DOM elements based on condition.