mat-dialog-content' is not a known element angular 10 components code example
Example: error NG8001: 'mat-dialog-content' is not a known element
// mat-dialog-content should be used as a directive, not a component
<div mat-dialog-content>
Modal Content
</div>