Hi! I have installed Tangular 4.0.0.
When I do this:
const Tangular = require("tangular");
Tangular.render("{{template}}", {template:"Ok"});
The application throws the next exception:
Tangular.render is not a function
Now, when I install Tangular ^2.0.1, it works fine!
What am I doing wrong?
Hi! I have installed Tangular 4.0.0.
When I do this:
The application throws the next exception:
Tangular.render is not a functionNow, when I install Tangular ^2.0.1, it works fine!
What am I doing wrong?