What does the ng-content element do?
- A Loads external content via HTTP
- B Marks where projected content from the parent should be rendered
- C Defines a route outlet
- D Creates a template reference
Answer
Marks where projected content from the parent should be rendered
Content projection lets a component wrap arbitrary markup supplied by its parent, which is how reusable card and modal components are built.





