Use this tag for questions concerning your own components using the Angular CDK (Component DevKit) or Angular Material components that depend on the Angular CDK's APIs, like the MatTable.
The Angular Material CDK provides a Directive CdkScrollable, which allows you to listen to ScrollEvents of a specific container. I …
angular typescript scroll angular-material2 angular-cdkHow to add a new row into Angular Material table manually from a input field. Please see this image in …
angular angular-cdk angular-material-5As recently angular introduced drag and drop in angular material https://material.angular.io/cdk/drag-drop/overview . All examples describes …
angular drag-and-drop angular-material angular7 angular-cdkI'm using Overlay Module of Angular's CDK. And I just cannot find the way to add position: absolute to the …
angular overlay angular-material2 angular-cdkI would like to use the new Portal from material CDK to inject dynamic content in multiple part of a …
angular angular-material2 angular-cdkHow do I add a positioning strategy (ConnectedPositionStrategy) to an Angular CDK overlay? I've tried specifying it via the positionStrategy …
angular angular-cdkI'm really trying to understand the overlay position parameter but without any luck. I also can't find any documentation about …
angular angular-cdkI am following a tutorial to implement cdk tree in angular 6. I created a tree structure, now I want to …
angular typescript angular-material angular6 angular-cdkI have a table displays so many rows, I want to optimize the performance of it. I've found a solution …
angular typescript angular-material2 angular6 angular-cdkI have a list that has many items and each item can be selected. For this I use Angular Material …
angular angular-material angular-cdk virtualscroll angular-cdk-virtual-scroll