Angular Data GridAG Grid Angular Error #258

Full Error Text

Full error message cannot be shown because there are missing parameters in the URL. Please follow the full link from the developer tool logs.
SparklinesModule must be initialised with an AG Charts module. One of 'AgChartsCommunityModule' / 'AgChartsEnterpriseModule'.

import { AgChartsEnterpriseModule } from 'ag-charts-enterprise';
import { ModuleRegistry } from 'ag-grid-community';
import { SparklinesModule } from 'ag-grid-enterprise';
    
ModuleRegistry.registerModules([SparklinesModule.with(AgChartsEnterpriseModule)]);
    
To show this error text in the dev console, import the ValidationModule.

The following documentation pages should provide additional context / guidance on how to resolve this error.