You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `<ng-content>` element specifies where to project content inside a component template.
2
2
3
-
@elementAttribute select="selector"
3
+
@elementAttribute select="selector"
4
4
5
5
Only select elements from the projected content that match the given CSS `selector`.
6
+
7
+
Angular supports [selectors](https://developer.mozilla.org/docs/Web/CSS/CSS_Selectors) for any combination of tag name, attribute, CSS class, and the `:not` pseudo-class.
0 commit comments