mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
62aca30286
This commit adds support for generating pages that document special Angular elements, such as `ng-content` and `ng-template`, which have special behavior in Angular but are not directives nor components. Resolves #41273 PR Close #41299
214 B
214 B
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.