A lightweight utility library to help you build **Angular apps without Zone.js** — using Signals, manual change detection, and smart async strategies.

1 Open Issue Need Help Last updated: Jul 19, 2025

Open Issues Need Help

View All on GitHub

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