Tangular
Tangular copied to clipboard
A simple JavaScript template engine like Angular.js for websites or node.js
Results
2
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...
Hello, We're using security header (Content-Security-Policy) on the page and we don't allow unsafe-eval. I see that there is a "new Function" in you code that is blocked by this...