@ng-doc/builder / Function

playgroundAction

Renders playground point on the page, it will be rendered by the application

Presentation

function playgroundAction(
  pId: string,
  options?: NgDocPlaygroundOptions | undefined,
): NgDocAction<string>;

Returns

NgDocAction<string>

Parameters

NameTypeDescription
pId
string

@param pId - Playground id in the config

options
NgDocPlaygroundOptions | undefined

@param options - Options for configuring the action