Is there any JSRender typescript implementation out there?
I want to call .render() method from a typescript file but don’t have a typescript implementation of JSRender.js
Any ideas guys?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There probably isn’t yet, but you can start by adding your own
jsrender.d.tsfile to your program for the parts you need. As it is a jQuery plugin, you will need to add to the JQuery interface.