Q. What is the use of `ng-template` in Angular?
β
Correct Answer: (A)
Defines a template that is not rendered by default
Explanation: `ng-template` is a placeholder that Angular uses to render templates conditionally.