New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ngx-extra

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-extra

Utility functions for Angular applications.

latest
npmnpm
Version
21.1.4
Version published
Weekly downloads
20
-58.33%
Maintainers
1
Weekly downloads
 
Created
Source

ngx-extra

Utility functions for Angular applications.

Installation

npm install ngx-extra

API

abstractControlSignal()

Convert Angular form controls to reactive signals. Tracks value, status, validation errors, touched/pristine states with automatic cleanup.

reactiveQueryParam()

Synchronize Angular signals with URL query parameters. Supports compression, serialization, and reactive updates.

createSignalChangeNotifier()

Create a signal-based notification system with notify() and listen methods.

debouncedSignal()

Debounce signal updates by a specified time interval.

duringDestroy()

Execute a callback when the injection context is destroyed.

rxSubscriber()

Subscribe to observables with automatic cleanup on component destruction.

throwResourceError()

Throw errors from HttpResourceRef when the status is error.

slimComponentState

Function for managing component state using signals. Supports manipulation modes, selection states, and ui state with fluent API.

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts