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.
I'm currently using the Angular Material cdkoverlay and want to close it when I click anywhere else on the screen …
angular angular-material angular-cdkAngular Material CDK tree component documentation says: "Flat trees are generally easier to style and inspect. They are also more …
angular angular6 angular-material2 angular-cdkI've installed the Angular CDK in order to use PrimeNG's dropdown component but it throws an error. I've added this …
angular angular-cdkI am using the cdkoverlay which seems to have a default dark backdrop. Looking at the docs Overlay Documentation , I …
angular angular-cdkI am working with Angular Material Table. In Html code, there is <ng-container cdkColumnDef="userId"> <md-header-cell *cdkHeaderCellDef&…
angular angular-material2 angular-cdkIs it possible to scroll a specific data row into view when using the angular material mat-table cdk-table? I'm trying …
angular angular-material angular5 mat-table angular-cdkI'm using Angular Material6 Tree component with check boxes. In the Original Example, We only can add new child to …
angular angular-material angular-material2 angular-material-5 angular-cdk