import { MatDialogModule } from "@angular/material";
Save has now changed to
import { MatDialogModule } from "@angular/material/dialog";
You have to reference the actual module inside the material folder:
v
import { MatDialogModule } from "@angular/material";
Save has now changed to
import { MatDialogModule } from "@angular/material/dialog";
You have to reference the actual module inside the material folder:
v