Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / TypeAlias

NgDocContent

Generic types:C

No documentation has been provided.

Presentation

type NgDocContent =
  | string
  | number
  | null
  | undefined
  | TemplateRef<C>
  | PolymorpheusTemplate<C>
  | PolymorpheusHandler<C>
  | NgDocComponentContent<object, C>;