Skip to main content
All docs
V26.1
  • Required Client Libraries for Angular

    This topic contains the list of required libraries and instructions on how to integrate them into the project.

    For the list of supported Angular versions, refer to the following help topic: DevExtreme Angular - Supported Versions.

    Required Libraries

    Web Dashboard requires the following libraries to work correctly:

    Optional Libraries

    Npm Packages

    The DashboardControl requires the devexpress-dashboard npm package, its dependencies, devexpress-dashboard-angular, and devextreme-angular packages:

    • devexpress-dashboard
    • jquery
    • knockout
    • @types/jquery
    • @devexpress/analytics-core
    • devextreme
    • devexpress-dashboard-angular
    • devextreme-angular

    Use npm install command to install packages.

    See Also