mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3bed9f0f16
This commit configures prettier to format markdown files.
629 B
629 B
The <ng-content> element specifies where to project content inside a component template.
Attributes
| Attribute | Description |
|---|---|
select |
CSS selector. Matching elements are projected into this <ng-content>. |
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.