Angular-meteor + jquery?

I’ve read a many times it’s a bad idea to mix angular with jquery, but within angular-meteor packages list I can see jquery. Is it completely fine and doesn’t affect for example efficiency?

I am beginner so sorry if I ask about something obvious. Thanks.

Yes it’s fine. Meteor comes bundled with Jquery as default.

But, if you want, you can still remove it and work without it and become more efficient.

Hmm, if jquery is not loaded by meteor but I am using angular would that cause problems even if I do meteor npm i jquery --save