This document aims to describe how support for Blueriq dashboards can be integrated using angular.
Dashboarding for Blueriq is provided through
BlueriqDashboardModulefrom@blueriq/dashboard. Please include that module in your Angular application to enable dashboard services; no further usage of this package is needed.
For the legacy implementation do not include the BlueriqDashboardModule from @blueriq/dashboard but instead include the DashboardBackendModule.
With the introduction of the BlueriqDashboardModule are also required to include the DashboardV2BackendModule as the backend modules
is no longer bundled with the default dashboard module.