
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
@angular/cdk
Advanced tools
The @angular/cdk package, also known as Angular Component Dev Kit, provides a set of tools, components, and utilities for building complex material design components without depending on the Angular Material library. It is designed to be generic and reusable across different UI components.
Layout
The Layout module provides utilities to build responsive layouts using the BreakpointObserver service.
import {LayoutModule} from '@angular/cdk/layout';
Overlay
The Overlay module helps in creating powerful overlay elements that can be attached to any part of the document.
import {OverlayModule} from '@angular/cdk/overlay';
Table
The Table module provides a flexible and extensible data-table for displaying tabular data.
import {CdkTableModule} from '@angular/cdk/table';
Drag and Drop
The DragDrop module allows for implementing drag-and-drop features in your application with ease.
import {DragDropModule} from '@angular/cdk/drag-drop';
Accessibility
The Accessibility module provides tools to make your application more accessible, including focus management and screen reader support.
import {A11yModule} from '@angular/cdk/a11y';
React DnD is a set of React utilities to help you build complex drag and drop interfaces while keeping components decoupled. It is similar to the DragDropModule in @angular/cdk but for React.
React Virtualized is a React component for efficiently rendering large lists and tabular data. It is similar to the Table module in @angular/cdk but specifically tailored for React applications.
Popper.js is a library used to create poppers in web applications. It is similar to the Overlay module in @angular/cdk, providing a way to attach elements to the DOM and manage their positioning.
Muuri is a JavaScript layout engine that allows creating responsive, sortable, filterable, and draggable grid layouts. It is similar to the combination of the Layout and DragDrop modules in @angular/cdk.
The sources for this package are in the main Angular Material repo. Please file issues and pull requests against that repo.
License: MIT
19.0.1 "mercury-mailbox" (2024-11-27)
| Commit | Type | Description | | -- | -- | -- | | 2d7e078bb | fix | button-toggle: animate checkbox (#30025) | | edac40645 | fix | chips: emit state changes when chip grid is disabled (#30033) | | 18f7f4bb9 | fix | datepicker: adds comparison ids and aria-describedby spans (#30040) | | 375435497 | fix | slider: update documentation (#30029) | | a31201475 | fix | timepicker: make disabled input public (#30063) |
| Commit | Type | Description | | -- | -- | -- | | f9d9d2c81 | fix | update errorState example to cover handle missing state (#30059) |
| Commit | Type | Description | | -- | -- | -- | | 59b7f436a | fix | use cross-compatible type for setTimeout (#30073) |
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.0"></a>
FAQs
Angular Material Component Development Kit
The npm package @angular/cdk receives a total of 2,473,912 weekly downloads. As such, @angular/cdk popularity was classified as popular.
We found that @angular/cdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.