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
201 B
201 B
Angular's <ng-template>
element defines a template that doesn't render anything by default.
With <ng-template>
, you can render the content manually for full control over how the content displays.