Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TemplateHashResult

Package version

Result of the request to calculate template hash. It contains a string of minified template and its hash.

Hierarchy

  • TemplateHashResult

Index

Properties

Optional minifiedTemplate

minifiedTemplate: undefined | string

The minified template string.

Optional templateHash

templateHash: undefined | string

The template hash.

Generated using TypeDoc