Answers for "If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module."

1

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>
Posted by: Guest on November-30-2020

Code answers related to "If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module."

Browse Popular Code Answers by Language