Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/builder / Function

demoPaneAction

Render demo pane point on the page, it will be rendered by the application

Presentation

function demoPaneAction(
  componentName: string,
  options?: NgDocBaseDemoOptions | undefined,
): NgDocAction<string>;

Returns

NgDocAction<string> -

The action output

Parameters

NameTypeDescription
componentName
string

The title of the component class to render

options
NgDocBaseDemoOptions | undefined

Options for configuring the action