Skip to main content
A newer version of this page is available. .
All docs
V22.1

Required Client Libraries for Angular

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

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