Socket
Socket
Sign inDemoInstall

@angular/cdk

Package Overview
Dependencies
6
Maintainers
2
Versions
462
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
Maintainers
2
Install size
14.7 MB
Created

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

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 18 May 2020

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