0👍
✅
Try to change the import of ChartsModule
as follows:
import { ChartsModule } from 'ng2-charts';
Please take a look at this StackBlitz to see a working example that uses Angular 10.
Source:stackexchange.com