0

According to the AngularJS documentation, JQLite is already a part of a base AngularJS package.

Does this mean I can include JQuery UI with the JQLite built into AnuglarJS? Or do I specifically have to use the full JQuery install?

4
  • Don't use jquery (and by extension jquery-ui) with Angular. They are both DOM manipulation frameworks and will not work well together causing you countless hours of troubleshooting all kinds of vague little issues. Commented May 17, 2018 at 20:50
  • @Lex I agree with you... but I need proof of these vague little issues to make an argument to the team Commented May 17, 2018 at 20:52
  • In that case as long as you are aware of potential issues, I believe you will need the full jquery library and not the jqlite included with Angular. Commented May 17, 2018 at 20:55
  • @Lex That would be my guess. I see nowhere in the JQuery UI documentation that you can use JQLite instead of JQuery Commented May 21, 2018 at 17:11

1 Answer 1

0

There are many articles addressing specifically this question, but this one answers a lot

That being said, as long as you know what you're doing, you should be fine imo.

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

1 Comment

The only problem I have with you answer is that it does not address JQuery UI specifically. JQuery UI is a totally different library than JQuery...

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.