(
private windowManager: WindowManagerService,
private elementRef: ElementRef
)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected