projects/common/layout/observers/resize-signal.ts
import { ResizeObserverHost } from '@cngx/common/layout'
Structural window surface the resize helpers read: window, globalThis, or a test double. ResizeObserver is optional so SSR and jsdom hosts pass the type and hit the runtime guard instead.
window
globalThis
ResizeObserver
unknown