In the midst of my project on Angular version 13, I have successfully installed Angular Material using the command below:
ng add @angular/material
The package has been properly included in the node_modules folder. However, when working with TypeScript files in VSCode, I encountered an issue where the intellisense/auto-import feature does not function as expected only for Angular Material.
This is not the first time this problem has occurred with Angular Material, and despite previous attempts, I have yet to find a solution.