Open Issues Need Help
View All on GitHub Feature: Create useMediaQuerySignal utility about 2 months ago
AI 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.
Complexity:
3/5
enhancement help wanted good first issue
A lightweight utility library to help you build **Angular apps without Zone.js** — using Signals, manual change detection, and smart async strategies.
TypeScript