Most of the time, I rely on Angular Material when working on Stackblitz. Usually, I just import a comprehensive module and everything functions smoothly.
However, I recently attempted to solely import the Angular Material Button Module and encountered this error:
Error in src/app/app.component.ts (8:14)
Unable to import component MatButton.
The symbol is not exported from /turbo_modules/@angular/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="4e232f3a2b3c272f220e7f7d607d607b">[email protected]</a>/button/button-module.d.ts (module '@angular/material/button/button-module').
Here's the link to the Stackblitz: https://stackblitz.com/edit/angular-ivy-wxvebj?file=src%2Fapp%2Fapp.module.ts
Any suggestions on how to resolve this issue?