BorisMoore / jsrender

A lightweight, powerful and highly extensible templating engine. In the browser or on Node.js, with or without jQuery.
http://www.jsviews.com
MIT License
2.67k stars 339 forks source link

silly doubt #331

Closed suriyaJaay closed 6 years ago

suriyaJaay commented 6 years ago

will it support Angular 2? if possible could u pls post example in Typescript along with remote json via jquery ajax?

Thanks alot

BorisMoore commented 6 years ago

There should not be any conflict between JsRender and Angular 2.

I don't work with Angular myself, nor with Typescript. You should be able to use the many JavaScript examples. If you need to convert to Typescript, you'll need to that yourself.

I have not yet created typescript type definitions for JsRender (https://github.com/BorisMoore/jsrender/issues/211) but this may help: https://www.nuget.org/packages/jsrender.TypeScript.DefinitelyTyped/0.1.6

BorisMoore commented 6 years ago

Closing.