Q. What is the purpose of `ng-template` in Angular?
β
Correct Answer: (A)
Defines a template that is not rendered by default
Explanation: `ng-template` is used to define content that will be rendered conditionally.