www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Migrate Angural JS UI to D-lang UI

reply Dharani <DHARANI.G GMAIL.COM> writes:
Hi All,

I have Application written in Java Spring Boot. I'm trying to 
migrate the application to D-lang. I'm done with writing Rest API 
calls.

I would like to know if there is anyway to migrate UI written in 
AnguralJS to D-lang UI.
Oct 17 2019
parent Arun Chandrasekaran <aruncxy gmail.com> writes:
On Friday, 18 October 2019 at 05:34:47 UTC, Dharani wrote:
 Hi All,

 I have Application written in Java Spring Boot. I'm trying to 
 migrate the application to D-lang. I'm done with writing Rest 
 API calls.

 I would like to know if there is anyway to migrate UI written 
 in AnguralJS to D-lang UI.
You are looking for something like https://github.com/jarlah/dangular
Oct 19 2019