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.

Cannot Close Angular Material Cdkoverlay From BackdropClick

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-cdk
Angular material CDK tree component with virtual scroll

Angular Material CDK tree component documentation says: "Flat trees are generally easier to style and inspect. They are also more …

angular angular6 angular-material2 angular-cdk
Uncaught TypeError: Class constructor Platform cannot be invoked without 'new'

I've installed the Angular CDK in order to use PrimeNG's dropdown component but it throws an error. I've added this …

angular angular-cdk
angular material 7 cdkoverlay set transparent/custom backdrop class

I am using the cdkoverlay which seems to have a default dark backdrop. Looking at the docs Overlay Documentation , I …

angular angular-cdk
md-table in Angular Material 2

I am working with Angular Material Table. In Html code, there is <ng-container cdkColumnDef="userId"> <md-header-cell *cdkHeaderCellDef&…

angular angular-material2 angular-cdk
Mat-Table : Scroll a row into view in angular 2

Is 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-cdk
How to update mat-tree to handle add children nodes to leaf nodes (convert leaf nodes to parents)

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