In angular 7, trying to use angular material mat-dialog-content. While importing in app.module.ts it gives the following error:
app.module.ts
TypeError
Change the dependencies to the lowest version of @angular/core or @angular/cdk. It's normally due to a mismatch
"dependencies": { "@angular/core": "^7.2.0", "@angular/cdk": "^7.2.0", "@angular/material": "^7.2.0" },