error NG8001: 'mat-checkbox' is not a known element: angular 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>