Top "Angular-material" questions

Angular Material is an implementation of Material Design in Angular.

custom filter in mat-table

I'm using mat-table. It has a filter which works fine with doc example: From https://material.angular.io/components/table/…

angular angular-material angular-material2 angular-cdk
Binding an Angular Material Selection List

I am creating a Toolbar with a selection list (checkboxes with each list item) using Angular Material 2. I just cannot …

angular angular-material
How to add click event on mat-row in angular material table

I added this but when inspecting element using Chrome DevTools, the click function doesn't show! Here's my code: <mat-table […

angular typescript angular-material
Can't bind to 'matDatepicker' since it isn't a known property of 'input' - Angular

I have just copied and pasted angular material code for datePicker and input, but I am getting this error for …

angular angular-material angular-material2
Angular Mat Select Multiple selectionchange finding which option was changed

I have a <mat select> with the multiple option set (a multi-select). When the selectionChange event fires I …

angular angular-material multi-select
How can I position a dialog above the triggering button?

I'm about to put a fist through my PC screen. I have a dialog box that refuses to budge a …

angular angular-material
Passing data to mdDialog

Main listing page has edit button. Which opens details of the edited row. Way-1: Now, if I set "ctrl.parent.…

javascript angularjs modal-dialog material-design angular-material
Angular - How can I write a condition in interpolation?

I have a table which is being populated through the add client form. It works fine and the changes are …

angular angular-material angular2-ngmodel
How to use input type file in angular material

How to use input type file in angular material Hi, I am using angular material for designing. when i go …

angular angular-material material-design
Create a menu like in AngularJs Material website

I want to create a menu that looks like the one in AngularJs Material website (https://material.angularjs.org) Unfortunately …

angularjs angular-material