Facing the below error in the Angular application.
ERROR in ./node_modules/@angular/material/__ivy_ngcc__/fesm2015/table.js 58:58-86
"export '_DisposeViewRepeaterStrategy' was not found in '@angular/cdk/collections'
Tried:
- Running
npm install --save @angular/cdk
- deleting the node_modules and reinstalled.
But it doesn't help