Top "Angular-material2" questions

Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.

Is Angular 4 material responsive like bootstrap?

I am starting on a new project with Angular 4 and need to create responsive and pleasant user interface. bootstrap gives …

angular responsive-design angular-material2
Angular Material Table Error: Can't bind to 'mdHeaderRowDef' since it isn't a known property of 'md-header-row'

I'm trying to convert a CDK data-table to a Material Design styled data-table (see: https://material.angular.io/components/table/…

angular angular-material angular-material2 angular-datatables angular-cdk
Angular Material 2 - Disable Ripple?

I'm currently working with md-tab-group (just updated to latest version yesterday)... Does anyone know if it is possible to disable/…

angular-material2
Angular Material 2 table server-side pagination

I am trying to Achieve Angular Material 2, MatPaginator server side paging. How can I achieve that? Below is the code …

angular angular-material2
Changing style of overlay container

I use a git project for a virtual keyboard (https://ngx-material-keyboard.github.io/demo/). And I have some issues to …

angular angular-material2 angular-cdk
How to define an elevation in angular material 2?

the md-toolbar in angular-material 2 doesn't have a shadow. I want to define for my toolbar

angular angular-material2
Angular Material 2 DataTable Sorting with nested objects

I have a normal Angular Material 2 DataTable with sort headers. All sort are headers work fine. Except for the one …

angular angular-material2
Overriding Angular Material Size and Styling of md-dialog-container

I am using Angular Material and I am using md-dialog for my popups for my gallery. The default animation and …

angular angular-material2
Multiple mat-table with MatSort within the same component

I have 2 material 2 tables in the same component with sorting. I cannot find a way to assign the MatSort directive …

angular angular-material2
What is `cdk` in Angular Material 2 components

In multiple places within angular material source, there are elements/ css classes that have cdk as their prefix. Does anyone …

angular-material2 angular-cdk