Template specified as .html files (eg. @template("elements\mytag.html")) are actually loaded via a synchronous HTTP request.
For production, there could be a tool that reads all .html files and save them in a big dictionary object file, so that the @template decorator can look there first.
Template specified as .html files (eg.
@template("elements\mytag.html")
) are actually loaded via a synchronous HTTP request.For production, there could be a tool that reads all .html files and save them in a big dictionary object file, so that the
@template
decorator can look there first.