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.
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 onrowclickDoes any one met the issue of angular 7 cdk virtual scrolling working abnormally in mat-tab group. https://github.com/angular/…
angular angular7 angular-cdkI 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-cdkIs there a way to change the OverlayContainer? I have created a tooltip component, but sometimes I want to attach …
javascript angular angular-material angular-cdkI've created a "custom" theme, (using the theming documentation at https://material.angular.io/guide/theming, which is pretty bad) …
angular angular-material angular-cdkHas anyone been able to use virtual-scroll inside mat-select as shown below ? <mat-form-field> <mat-select placeholder="State"> &…
angular angular-material2 angular-cdkI 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-cdkI 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-cdkI am using linear mat-stepper. It works fine with next. I do api call & if it's success then i …
angular angular-cdk angular-material-7 angular-material-stepperI 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