We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression since #5731
Styles were constantly checked due to sidenav container being Default.
Default
Styles are only checked after markForCheck(), but markForCheck() is never called for changes on sidenavs that instantiate after ngAfterContentInit.
markForCheck()
ngAfterContentInit
http://plnkr.co/edit/A13jf74fgDOssQitkGou?p=preview
cc @mmalerba @crisbeto
The text was updated successfully, but these errors were encountered:
fix(sidenav): container not reacting to changes to sidenavs added aft…
b9da8a5
…er init Fixes the sidenav container not reacting to sidenavs that were added after initialization. Fixes angular#6127.
43d8b3f
0d80a77
…er init (#6161) Fixes the sidenav container not reacting to sidenavs that were added after initialization. Fixes #6127.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
crisbeto
mmalerba
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
Regression since #5731
Previous behavior
Styles were constantly checked due to sidenav container being
Default
.Current behavior
Styles are only checked after
markForCheck()
, butmarkForCheck()
is never called for changes on sidenavs that instantiate afterngAfterContentInit
.Reproduction
http://plnkr.co/edit/A13jf74fgDOssQitkGou?p=preview
cc @mmalerba @crisbeto
The text was updated successfully, but these errors were encountered: