0

I have an Angular projects which uses the AvayaClientSDK (basicalliy three JS Files). I somehow imported the AvayaClientSDK JS File in my component and it says "jQuery is not defined"

0

1 Answer 1

1
var S = jQuery;

That line is expecting jQuery to be defined at this point.

The first rule of Angular development is we don't use jQuery.

But if you must then try adding a jQuery include in your index.html file.

Sign up to request clarification or add additional context in comments.

1 Comment

Sorry im new to Angular, how exactly do i include it?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.