Open Issues Need Help
View All on GitHubAI Summary: Implement a new utility function, `useMediaQuerySignal(query: string)`, within the `zoneless-utils` library. This function should return an Angular Signal that updates whenever the provided CSS media query changes state. The implementation should be compatible with the library's existing zoneless architecture, leveraging Signals and manual change detection.
A lightweight utility library to help you build **Angular apps without Zone.js** — using Signals, manual change detection, and smart async strategies.