Skip to main content

Configuration

@quik/templates ships no defaults file, so there is no config-keys.md for this module — the two flags below are read directly with getConfig().boolean(...) and have no registered default value/environment variable.

  • templates.throwOnMissing — throw a plain Error from TemplatesStore.get() when a template key is missing (default: falsy/false, in which case a warning is logged and an empty string is returned).
  • templates.disableCache — re-read the template file from disk on every TemplatesStore.get() call instead of serving the in-memory cached copy (default: falsy/false).

Dependencies

The module has no declared dependencies (Dependencies = [] in module.ts) and registers Handlebars' default helpers during setup().