Use Angular X
Opened this issue · 2 comments
akarabach commented
Hi. Can i use Angular 2 or Angular 4 ?
lipido commented
In theory yes, I have chosen Angular 1 as an example.
itma96 commented
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...