1

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

Sakthivel A R
  • 575
  • 8
  • 24

1 Answers1

3

I have had this problem today aswell, for me the problem was a mismatch between @angular/cdk and @angular/material.

"@angular/cdk": "~10.1.3",
"@angular/material": "^10.1.3" <-- this becomes 10.2.0