Top "Angular-cdk" questions

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.

Angular-Material Sidenav cdkScrollable

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-cdk
Add a new row into mat-table using angular 4

How to add a new row into Angular Material table manually from a input field. Please see this image in …

angular angular-cdk angular-material-5
How to use Angular7 (angular material) drag drop between two components

As 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-cdk
Angular CDK's OverlayModule, cdk-overlay-pane will not set position to absolute?

I'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-cdk
Angular CDK: How to set Inputs in a ComponentPortal

I would like to use the new Portal from material CDK to inject dynamic content in multiple part of a …

angular angular-material2 angular-cdk
How do I add a position strategy to an Angular CDK overlay?

How do I add a positioning strategy (ConnectedPositionStrategy) to an Angular CDK overlay? I've tried specifying it via the positionStrategy …

angular angular-cdk
Angular CDK understanding the overlay position system

I'm really trying to understand the overlay position parameter but without any luck. I also can't find any documentation about …

angular angular-cdk
Get parent hierarchy from a child node in angular 6 material tree

I 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-cdk
Using Virtual Scroll in Angular Material 2 Table with @angular/cdk-experimental

I 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-cdk