6 lines
214 B
Markdown
6 lines
214 B
Markdown
|
The `<ng-content>` element specifies where to project content inside a component template.
|
||
|
|
||
|
@elementAttribute select="selector"
|
||
|
|
||
|
Only select elements from the projected content that match the given CSS `selector`.
|