MustacheViewResolver

constructor()

Create a MustacheViewResolver backed by a default instance of a Compiler.


constructor(compiler: Mustache.Compiler)

Create a MustacheViewResolver backed by a custom instance of a Compiler.

Parameters

compiler

the Mustache compiler used to compile templates