Start United States USA — software Google’s Angular JavaScript framework gets a component kit

Google’s Angular JavaScript framework gets a component kit

395
0
TEILEN

Angular CDK has tools for developers to add common interaction patterns, while doing less coding and minimizing bugs
Builders of the Angular JavaScript framework have launched a component development kit for the platform, providing components with predetermined behaviors. The goal is for all Angular component libraries to take advantage of the kit and reduce duplication of efforts in solving common problems.
The Angular CDK (Component Dev Kit) has tools for developers to add common interaction patterns, while doing less coding and minimizing bugs.
The CDK contains subpackages, each with a different area of responsibility:
The CDK arose from work on Angular Material, which provides Material Design components for the framework. Developers saw that components share common patterns.
To use the kit, add @angular/sdk to your project with NPM or Yarn. The documentation on CDK behaviors is at the Angular Material website.
Features planned for later versions of Angular CDK include:

Continue reading...