Socket
Socket
Sign inDemoInstall

@angular/cdk

Package Overview
Dependencies
7
Maintainers
2
Versions
454
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @angular/cdk

Angular Material Component Development Kit


Version published
Weekly downloads
1.7M
decreased by-19.2%
Maintainers
2
Install size
8.82 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

17.3.5 "titanium-bear" (2024-04-17)

cdk

| Commit | Type | Description | | -- | -- | -- | | 8c8fe2b65 | fix | drag-drop: text selection not disabled inside shadow dom on firefox (#28835) | | 312d57a9b | fix | observers: don't observe content of comments (#28871) |

material

| Commit | Type | Description | | -- | -- | -- | | 80437d83b | fix | autocomplete: panel not visible when opened from multiple triggers (#28843) | | 69b5ded96 | fix | autocomplete: remove dependency on NgClass (#28849) | | 4a56d6afa | fix | core: throw better error when mixin doesn't support color variants (#28880) | | cbe0a78f7 | fix | datepicker: remove dependency on NgClass (#28865) | | 7a085c6e0 | fix | menu: remove dependency on NgClass (#28877) | | 4c16d2cd8 | fix | tabs: remove dependency on NgClass (#28875) |

google-maps

| Commit | Type | Description | | -- | -- | -- | | d99167eb3 | fix | make info window open method compatible with advanced marker |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.0-next.4"></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

Last updated on 17 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc