Page 1 of 1

[RESOLVED] What is JQuery dependency used for?

Posted: 18 Jun 2018, 10:25
by AlainD.
Hello, I just adquired a lisence of Apollo, and I'm starting to integrate in my application.

I see that now in the downloaded template application I downloaded, there is a depency with JQuery. What is JQuery used for please ? This dependency is not documented in the official documentation, and it is not described what for.

Maybe it is for a specific module/component of the template I don't need in my app.

Thank you in advance.

AlainD.

Re: What is JQuery dependency used for?

Posted: 28 Jun 2018, 09:14
by mert.sincan
Jquery is only used by Schedule component. As you know, Schedule component uses FullCalendar API; https://fullcalendar.io/

FullCalendar team is working to remove Jquery from the API. When they finish it, we'll integrate it to PrimeNG and remove Jquery dependency.

If you don't use Schedule component, please remove Jquery in package.json.

Re: What is JQuery dependency used for?

Posted: 28 Jun 2018, 09:42
by AlainD.
Thank you very much. You answered perfectly to the question.

Re: What is JQuery dependency used for?

Posted: 29 Jun 2018, 08:27
by mert.sincan
You're welcome!

Best Regards,