Refactored layout service

This commit is contained in:
Cagatay Civici
2022-08-23 12:36:54 +03:00
parent 71888a54e5
commit 104b40f85a
6 changed files with 38 additions and 53 deletions

View File

@@ -36,9 +36,6 @@ export class AppConfigComponent {
set menuMode(_val: string) {
this.layoutService.config.menuMode = _val;
if (this.layoutService.isSlim()) {
this.menuService.reset();
}
}
get inputStyle(): string {