From e794004776014031b77d7d44ae158f83a3784d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Wed, 22 Dec 2021 16:41:48 +0300 Subject: [PATCH] Update app.component.ts --- 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 00ba42e..53c9af7 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -5,6 +5,7 @@ import { PrimeNGConfig } from 'primeng/api'; templateUrl: './app.component.html' }) export class AppComponent { + menuMode = 'static'; inputStyle = 'outlined';