Skip to content

cjanz/cdk-samples

Repository files navigation

Angular CDK Sample

This app shows some of the features of the Angular Component DevKit (CDK)

It shows the following features:

  • Platform utils
  • Layout observers
  • Tree component
  • Table component
  • Overlays
  • Drag and Drop
  • Virtual Scrolling

Start the Sample App

On your local machine

Clone this repo. Then call npm install.

Run npm start for a dev server. Navigate to http://localhost:4200/.

On Stackblitz

Just open the project in StackBlitz and play with it :-)