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

ng-toggle-kit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-toggle-kit

An Angular toggle buttons kit

latest
v20-lts
Source
npmnpm
Version
20.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

NgToggleKit cover

Angular toggle kit

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.

Table of Contents

Included components

ComponentDescriptionDocumentation
NgMenuToggleToggle button to handle a menu isOpen/isClose signalSee doc
NgThemeToggleToggle button to handle a theme isDark/isLight signalSee doc

Installation

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

Import

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.

Contribute or report

Choose the form that best fits your case:

👉 Or go to the form selector.

License

MIT

Keywords

angular

FAQs

Package last updated on 21 Nov 2025

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