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

buildPlaygroundDemoTemplate

No documentation has been provided.

Presentation

function buildPlaygroundDemoTemplate(
  template: string,
  selector: string,
  content: Record<string, string>,
  inputs?: Record<string, string> | undefined,
  preview: boolean = true,
): string;

Returns

string

Parameters

NameTypeDescription
template
string
selector
string
content
Record<string, string>
inputs
Record<string, string> | undefined
preview
boolean