
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@lamnhan/ngx-useful
Advanced tools
A collection of helpful Angular services, pipes, ....
Install ngx-useful:
npm i @lamnhan/ngx-useful
You may also want to install Unistylus.
npm i @unistylus/core @unistylus/bootstrap
Basic usage, three steps to use a service:
// 1. provide services in ---> app.module.ts
{ ..., providers: [AppService], ... }
// 2. init services in ---> app.component.ts
this.appService.init(...);
// 3. inject where needed
constructor(private appService: AppService) {}
See guides for more articles. Also see the list of: services, pipes, directives, guards.
Modules
| Class | Description |
|---|---|
| RouterExternalActiveDirectiveModule | |
| RouterLinkDirectiveModule | |
| UsefulModule |
Components
Services
| Class | Description |
|---|---|
| AlertService | |
| AppService | General app related methods |
| AuthService | |
| CacheService | |
| CartService | (DON'T USE YET) Shopping cart related actions |
| CurrencyService | (DON'T USE YET) Currency service |
| DatabaseService | |
| DateService | (DON'T USE YET) Date service |
| ErrorService | |
| FetchService | |
| GuardService | |
| HelperService | |
| LocalstorageService | |
| MetaService | |
| ModalService | |
| NavService | Advanced navigation |
| NetworkService | |
| NotifyService | (DON'T USE YET) Notify service |
| PersonaService | |
| PlayerService | |
| PwaService | |
| SettingService | |
| StorageService | |
| UserService |
Pipes
| Class | Description |
|---|---|
| AgoPipe | |
| CurrencyxPipe | |
| DatexPipe | |
| FilterPipe | |
| ListPipe | |
| O1iPipe | Select the 1st item in an object |
| O2aPipe | Turn an object of items into an array |
| SafePipe | Mark an url or a HTML content as safe from XSS |
@lamnhan/ngx-useful is released under the MIT license.
FAQs
A collection of helpful Angular services, pipes, ....
We found that @lamnhan/ngx-useful demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.