Angular support for Gantt PRO

Hi,

Is there support for Gantt PRO edition in an Angular app?
I don’t see it listed here: https://docs.dhtmlx.com/gantt/desktop__howtostart_guides.html

Thanks.

Hello Joubin,
Yes, you can use Gantt in Angular.
We have the following guides:

And here are the official demo projects:

We don’t have an NPM package of the Pro version. But you can install Gantt as an NPM package the following way:

  1. Unpack Gantt to a specific folder, for example, to /opt/gantt_pro
  2. If your Gantt version is 6.1.x, you need to replace the package.json file with the following one:
    https://files.dhtmlx.com/30d/cb80c0faf513b1caab81d79fe9266c4e/package.json
  3. Use the following command to install Gantt:
npm install /opt/gantt_pro

You can read more about installation methods in the following article:
https://docs.dhtmlx.com/gantt/desktop__install_with_bower.html#addingproeditionintoproject

Thank you for your reply.