I encountered the following errors unexpectedly while working on my Angular 11 project:
Error: ./node_modules/@angular/material/fesm2015/core.js 1091:45-77
"export 'isFakeTouchstartFromScreenReader' was not found in '@angular/cdk/a11y'
Error: ./node_modules/@angular/material/fesm2015/menu.js 786:17-49
"export 'isFakeTouchstartFromScreenReader' was not found in '@angular/cdk/a11y'
Here's what I attempted to resolve this issue:
ng add @angular/material
npm i @angular/material
npm i