You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@angular/cdk

Package Overview
Dependencies
Maintainers
2
Versions
483
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/cdk

Angular Material Component Development Kit


Version published
Weekly downloads
2.1M
increased by0.21%
Maintainers
2
Install size
8.97 MB
Created
Weekly downloads
 

Package description

What is @angular/cdk?

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.

What are @angular/cdk's main functionalities?

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';

Other packages similar to @angular/cdk

Changelog

Source

18.1.2 "velvet-violin" (2024-07-24)

material

| Commit | Type | Description | | -- | -- | -- | | cf61af53bd | fix | chips: remove button is too small (#29351) | | c79ec264aa | fix | form-field: hiding a label after it has been (#29461) | | 15238d255f | fix | input: Number input not changing on wheel interaction (#29449) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.1"></a>

Readme

Source

Angular Material

The sources for this package are in the main Angular Material repo. Please file issues and pull requests against that repo.

License: MIT

Keywords

FAQs

Package last updated on 24 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc