From 5ad97e93142f49d264047afd890430bd38784a43 Mon Sep 17 00:00:00 2001 From: FlayInAHook Date: Wed, 18 Nov 2020 12:14:51 +0100 Subject: [PATCH] Reset to working version --- src/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index e486760..419acc1 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -42,6 +42,7 @@ export class AppComponent { } ngAfterViewInit() { + //Change this.navService.appDrawer = this.appDrawer; } }