
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.
ng-toggle-kit
Advanced tools
ng-toggle-kit is a standalone, reusable and customizable components kit for Angular 18, 19 and 20.
It is designed to work with signals and Angular zoneless, providing a lightweight, flexible, and accessible theme toggle button. It is also fully compatible with SSR, CSR and prerender.
The main purpose of this kit is to allow you to obtain different components with a single installation.
| Component | Description | Documentation |
|---|---|---|
NgMenuToggle | Toggle button to handle a menu isOpen/isClose signal | See doc |
NgThemeToggle | Toggle button to handle a theme isDark/isLight signal | See doc |
If you want to install the latest version (currently 20):
npm install ng-toggle-kit
Angular 19:
npm install ng-toggle-kit@v19-lts
Angular 18:
npm install ng-toggle-kit@v18-lts
You can import components of this kit lke this:
import { NgThemeToggle, ThemeToggleLangs, ThemeToggleCustomAria } from 'ng-toggle-kit';
import { NgMenuToggle, MenuToggleLangs, MenuToggleCustomAria } from 'ng-toggle-kit';
See the documentation for each component to learn more about the elements in the example.
Choose the form that best fits your case:
👉 Or go to the form selector.
MIT
FAQs
An Angular toggle buttons kit
The npm package ng-toggle-kit receives a total of 0 weekly downloads. As such, ng-toggle-kit popularity was classified as not popular.
We found that ng-toggle-kit demonstrated a healthy version release cadence and project activity because the last version was released less than 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.