Q. What is the purpose of the `*` symbol before Angular structural directives like `*ngIf`?
β
Correct Answer: (A)
It denotes a structural directive
Explanation: The `*` prefix tells Angular to treat it as a structural directive that changes the DOM layout.