Websdk-sample-angular not function in angular 9

Hey @tommy

I created this same project in angular 9, but it doesn’t work

can you help me with this?

in version 8 it works normal

Hey @felipe_alvess,

Can you share the issue / errors and steps to reproduce?

Thanks,
Tommy

Hey @tommy

I used your repository as the basis of my test

@angular/core”: “~8.2.11” in this version everything works perfectly

when I tried to make the same code in the version of angular 9
I found some errors

I advise you to try to update the angular version in your repository to reproduce

Thank you for your help !

Hey @felipe_alvess,

What errors are you seeing? I tested and it worked with Angular 9.

Thanks,
Tommy

hey @tommy

the first error is -> ReferenceError: $ is not defined

after that i’m importing some things in index.html
but it’s not the best way,
still I still face other file problems not found.
I’m trying to solve it case by case until I get a solution

Hey @felipe_alvess,

Make sure to include the jquery file in your scripts in angular.json

Thanks,
Tommy

Thank you @tommy !!!

1 Like

Happy to help! :slight_smile:

-Tommy