What was that?? 😂😂😂 A vegan hamburger menu, with no 'meat' patty??
.
.
.
.
.
-------------------
#ui #uiux #design #frontend #hamburgermenu #hamburgericon #icons
.
.
.
.
.
-------------------
#ui #uiux #design #frontend #hamburgermenu #hamburgericon #icons
🏀 Angular Signal Forms might get a new debounce() functionality
PR is currently open 👉 link
It introduces a debounce() rule to control when changes to a form control are synchronized to the form model.
It is useful for expensive validation rules.
PR is currently open 👉 link
It introduces a debounce() rule to control when changes to a form control are synchronized to the form model.
It is useful for expensive validation rules.
Using matchMedia in Angular always comes with a bit of overhead.
You wire listeners, update state manually, and think about cleanup every time you use a media query.
NGX-MQ was created to take this routine away and provide a clean, Signal-based API for any CSS media query.
Here’s what it handles for you:
– Caches identical queries and reuses one shared instance
– Cleans up listeners automatically via DestroyRef
– Ensures SSR-safe behavior
– Stays lightweight
Check it out:
https://www.npmjs.com/package/ngx-mq
You wire listeners, update state manually, and think about cleanup every time you use a media query.
NGX-MQ was created to take this routine away and provide a clean, Signal-based API for any CSS media query.
Here’s what it handles for you:
– Caches identical queries and reuses one shared instance
– Cleans up listeners automatically via DestroyRef
– Ensures SSR-safe behavior
– Stays lightweight
Check it out:
https://www.npmjs.com/package/ngx-mq
🔥3