Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@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.0-next.2 "bronze-book" (2024-08-28)
MatButton.ripple
is no longer available.MatCheckbox.ripple
is no longer available.MatChip.ripple
is no longer available.| Commit | Type | Description | | -- | -- | -- | | 64ed7ca715 | feat | core: add experimental theme demo (#29636) | | fcb76d3ed1 | fix | core: add missing system variables (#29624) | | 855ed49482 | fix | core: avoid having to manually load ripple styles | | d0e178b75e | fix | core: stop manually instantiating MatRipple directive (#29630) | | 3bf0e31f77 | fix | schematics: Add the missing neutral tones for the M3 color palettes (#29644) | | 64cf19ccdb | perf | tooltip: Avoid unneeded calls to clearTimeout (#29643) |
| Commit | Type | Description | | -- | -- | -- | | 2f1fe03ae9 | fix | drag-drop: error if ngDevMode is undefined (#29634) | | df21d2b091 | fix | overlay: avoid having to manually load structural styles | | ad18e6d74e | fix | text-field: avoid having to manually load text field styles | | a6835ef6a7 | fix | tree: avoid breaking change in constructor (#29648) | | 8b34fb7e8d | fix | tree: capturing focus on load (#29641) |
| Commit | Type | Description | | -- | -- | -- | | a9da72ed15 | fix | consolidate strong focus indicators (#29623) | | 485bd9923b | fix | stop exposing internal ripple implementation (#29622) |
<!-- CHANGELOG SPLIT MARKER --><a name="18.2.2"></a>
FAQs
Angular Material Component Development Kit
The npm package @angular/cdk receives a total of 1,469,831 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.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.