Angular 9 mat-progress-buttons error: ERROR in Failed to compile entry-point mat-progress-buttons (es2015 as esm2015) due to compilation errors
I had the same issue. It seems like there was some kind of error with the versions of the installed modules. I resolved it by deleting the
node_module
folder and reinitiating it with npm install
.