feat: streamline routing and layout initialization for POS module

This commit is contained in:
2026-05-11 16:24:57 +03:30
parent 3e48e8fd5c
commit 88adb566eb
4 changed files with 13 additions and 14 deletions
@@ -116,6 +116,10 @@ export class PosPagesLayoutComponent implements AfterViewInit {
this.getData();
}
ngOnInit() {
this.layoutService.changeIsFullPage(true);
}
ngAfterViewInit() {
this.layoutService.setTopbarStartSlot(this.topbarStart);
this.layoutService.setTopbarCenterSlot(this.topbarCenter);