ViewChild change detection throws ExpressionChangedAfterItHasBeenCheckedError
I have custom Angular Component modal-component
that serves as a proxy for MatModalDialog
with ngTemplateOutlet
as body for mat-dialog-content
.
I have custom Angular Component modal-component
that serves as a proxy for MatModalDialog
with ngTemplateOutlet
as body for mat-dialog-content
.