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
Name | Type | Description |
---|---|---|
pId | string | Playground id in the config |
options |
| Options for configuring the action |