Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

<ng-content>

The <ng-content> element specifies where to project content inside a component template.

Attributes

Name Description
select="selector"

Only select elements from the projected content that match the given CSS selector.

Angular supports selectors for any combination of tag name, attribute, CSS class, and the :not pseudo-class.