MandarineMvc.TemplateEngine
import { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts";
const { TemplateEngine } = MandarineMvc;
Refers to all the information that the rendering engine needs to work out.
§Namespace
MandarineMvc.TemplateEngine.Decorators | Decorators information related to the view engine/template engine |
§Enums
MandarineMvc.TemplateEngine.Engines | Supported view engines by mandarine |
§Interfaces
MandarineMvc.TemplateEngine.Decorators.RenderData | |
MandarineMvc.TemplateEngine.RenderingOptions | If manual is set to true then the template is defined in the decorator @Render |
MandarineMvc.TemplateEngine.Template | Information of the template registered in the templates' registry |