You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#263
To animate menu expanding we need to know a height of all expanded children.
Since children can't be accessed before AfterViewInit hook, we have to calc
and set 'maxHeight' there, but it causing ExpressionChangedAfterItHasBeenCheckedError
error. Since 'maxHeight' can't be calculated earlier, we have to trigger change detection
again. This is a common workaround for this error.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
throws error
Expected behavior:
no error
Steps to reproduce:
on ngx-admin
Angular, Nebular
nebular rc5, rc6
The text was updated successfully, but these errors were encountered: