MCPcopy Create free account
hub / github.com/Everoot/everoot.github.io / constructor

Method constructor

src/app/components/window/window.ts:39–42  ·  view source on GitHub ↗
(
    private windowManager: WindowManagerService,
    private elementRef: ElementRef
  )

Source from the content-addressed store, hash-verified

37 private resizeStartWindowY = 0;
38
39 constructor(
40 private windowManager: WindowManagerService,
41 private elementRef: ElementRef
42 ) {}
43
44 ngOnInit() {
45 // Initialize window position and size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected