-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(layout): fix layout directives not hidden element in certain scen…
…arios (#760) * fix(layout): fix layout directives not hidden element in certain scenarios when the route changes without the sidenav opening/closing, the visibility check wasnt toggled and the element wasnt hidden. now we execute the visibility method in `ngAfterViewInit` always. * chore(): add code block * chore(): set fixed dependencies to zone.js and tslint
- Loading branch information
1 parent
9394017
commit d3c8d1b
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters