lipido / javafxwebview

A demonstration of how to create Java desktop applications with AngularJS and Bootstrap
Apache License 2.0
115 stars 28 forks source link

Use Angular X #2

Open akarabach opened 7 years ago

akarabach commented 7 years ago

Hi. Can i use Angular 2 or Angular 4 ?

lipido commented 7 years ago

In theory yes, I have chosen Angular 1 as an example.

itma96 commented 5 years ago

I've tried it with Angular 2 but on the js side the variables exposed from Java are undefined in typescript. I've tried to access them from my main component using the window object but with no luck. I guess only with pure javascript code similar to that in Angular 1 can it work...