I have created an angular application using angular material and angular flex layout. The problem with the app is that whenever I press Ctrl + P in chrome, all of the menus in the navbar gets disappeared and the menu button which should appear only in mobile devices gets appeared and above all the whole app become unusable. I have to refresh the browser to make the application reusable. I have read from the github issue pages of the angular flex layout that the UI thread gets interrupted when the print dialog appears, hence the issue. Is there any workaround to this issue.
I have created a git repo for the same 'angular-responsive-navbar' so that anybody can reproduce the issue.