| 19 | providedIn: 'root' |
| 20 | }) |
| 21 | export class WindowManagerService { |
| 22 | private windows = signal<Map<string, WindowState>>(new Map()); |
| 23 | private nextZIndex = signal(1000); |
| 24 | private backgroundImage = signal('wall-1'); |
nothing calls this directly
no outgoing calls
no test coverage detected