javafxwebview icon indicating copy to clipboard operation
javafxwebview copied to clipboard

Use Angular X

Open akarabach opened this issue 8 years ago • 2 comments

Hi. Can i use Angular 2 or Angular 4 ?

akarabach avatar Apr 21 '17 15:04 akarabach

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

lipido avatar Apr 22 '17 08:04 lipido

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...

itma96 avatar Oct 16 '19 20:10 itma96