javafxwebview
javafxwebview copied to clipboard
Use Angular X
Hi. Can i use Angular 2 or Angular 4 ?
In theory yes, I have chosen Angular 1 as an example.
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...