Interface TemplateConfig

Configuration object for the template() function.

interface TemplateConfig {
    filters?: Map<string, Function>;
}

Properties

Properties

filters?: Map<string, Function>

map of additional filters to be used inside the template