Tangular icon indicating copy to clipboard operation
Tangular copied to clipboard

A simple JavaScript template engine like Angular.js for websites or node.js

Results 1 Tangular issues
Sort by recently updated
recently updated
newest added

Hi! I have installed Tangular 4.0.0. When I do this: ```javascript const Tangular = require("tangular"); Tangular.render("{{template}}", {template:"Ok"}); ``` The application throws the next exception: ```batch Tangular.render is not a function...