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?

Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82
  • 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. – Lex May 17 '18 at 20:50
  • @Lex I agree with you... but I need proof of these vague little issues to make an argument to the team – Kellen Stuart May 17 '18 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. – Lex May 17 '18 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 – Kellen Stuart May 21 '18 at 17:11

1 Answers1

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.

Protozoid
  • 1,207
  • 1
  • 8
  • 16
  • 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... – Kellen Stuart May 21 '18 at 17:16