Fiona Treveil

Results 3 comments of Fiona Treveil

I am not an expert in either javascript or Angular, but I currently have a similar problem to this. I have component with mat-sidnav-container, mat-sidenav and mat-sidenav-content which is used...

On doing some further investigation, I think that the problem that I am seeing relates to bug https://github.com/angular/angular/issues/18606. The mat-drawer code is including an animation trigger with HostBinding. When the...

This problem still exists, but is not caused directly by the sidenav component, but as a result of the HostBinding on the animation code. It looks like the bug at...