Introduction to Angular Component Dev Kit (CDK) on Windows

Опубликовано: 21 Март 2025
на канале: Slate & Chalk
193
4

The Component Dev Kit (CDK) is a set of tools that implement common interaction patterns whilst being unopinionated about their presentation. It represents an abstraction of the core functionalities found in the Angular Material library, without any styling specific to Material Design. Think of the CDK as a blank state of well-tested functionality upon which you can develop your own bespoke components.

Common Behaviors
Tools for implementing common application features.

Accessibility - https://material.angular.io/cdk/a11y/...
Bidirectionality
- https://material.angular.io/cdk/bidi/...
Drag and Drop
- https://material.angular.io/cdk/drag-...
Layout
- https://material.angular.io/cdk/layou...
Observers -
https://material.angular.io/cdk/obser...
Overlay
- https://material.angular.io/cdk/overl...
Platform
- https://material.angular.io/cdk/platf...
Portal
- https://material.angular.io/cdk/porta...
Scrolling -
https://material.angular.io/cdk/scrol...
Text field
- https://material.angular.io/cdk/text-...

Components
Unstyled components with useful functionality.

Stepper - https://material.angular.io/cdk/stepp...
Table - https://material.angular.io/cdk/table...
Tree - https://material.angular.io/cdk/tree/...

#angular #cdk #slate_and_chalk #angularjs #angularmaterial #angularanimation #vscode #developer #code #install #download