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 table row (click) event triggered when clicking an action in a cell within that row

How can you trigger a modal with a button inside a mat-table without triggering the rows (click) event? I've seen …

angular angular-material bootstrap-modal angular-cdk onrowclick
Cdk virtual scrolling issue

Does any one met the issue of angular 7 cdk virtual scrolling working abnormally in mat-tab group. https://github.com/angular/…

angular angular7 angular-cdk
Angular CDK drag and drop issue inside CSS flexbox

I ran into an issue using drag and drop module from the Angular CDK. I use it inside a container …

angular flexbox drag-and-drop angular-cdk
Angular CDK Overlay, change default overlay container

Is there a way to change the OverlayContainer? I have created a tooltip component, but sometimes I want to attach …

javascript angular angular-material angular-cdk
Angular material 5 dark theme not applied to body

I've created a "custom" theme, (using the theming documentation at https://material.angular.io/guide/theming, which is pretty bad) …

angular angular-material angular-cdk
Cdk virtual-scroll inside mat-select for mat-option

Has anyone been able to use virtual-scroll inside mat-select as shown below ? <mat-form-field> <mat-select placeholder="State"> &…

angular angular-material2 angular-cdk
Angular CDK connecting multiple drop zones with cdkDropListConnectedTo

I am creating a simple board interface with swim lanes think Jira swimlane or trello boards The red lines shows …

angular typescript angular-material angular-material2 angular-cdk
Material 2 Pagination With Http And DataSource

I am having trouble with Material Pagination working with DataSource. I need to get back from the Service the total …

angular rest pagination angular-material2 angular-cdk
CDK Drag Drop does not correctly change the position of images

I created an image gallery and I intend to change the position between them. For this I am using the …

angular typescript angular-material angular-cdk angular-cdk-drag-drop