-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined'. Current value: 'dialog_body'. It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?
setup-dialog.component.html 如下:
<div id="id_content">
<h1>dffddf</h1>
</div>
<hr>
<div id="id_foot" fxLayoyt="row">
<button >Delete</button>
<button >Cancel</button>
<button >Save</button>
</div>
感激不儘
Metadata
Metadata
Assignees
Labels
No labels