renderTemplateString
| Generic types: | T |
Renders a template string with the given options via Nunjucks.
Presentation
function renderTemplateString (
template: string,
options: NgDocRendererOptions <T>,
): string;Returns
stringParameters
| Name | Type | Description |
|---|---|---|
| template | string | The template string to render. |
| options | | The options to render the template with. |