As the title stated my VS Code doesn't auto import my modules, I'm trying to import MatDialogModule in the image below and it doesn't show me any Angular Material options

For Angular 13, below solution worked for me: Add this in tsconfig.json under compilerOptions.
"typeRoots": ["node_modules/@angular/material"]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With