Top "Angular-material-5" questions

Add a new row into mat-table using angular 4

How to add a new row into Angular Material table manually from a input field. Please see this image in …

angular angular-cdk angular-material-5
How to disable animations in angular material

I have used angular material version: 5.2.1 And wanted to know how to disable their animations, especially the matDialog. I have …

angular angular-material-5
Angular Material data Table with dynamic rows

I am using Angular 5 and Angular Material data table for constuction of the data. I'm referring an example in the …

angular datatable angular-material-5
How to import Angular Material Css

I'm trying to use Angular Material in my project and the tags are imported, but not all of the styling …

angular-material angular-material2 angular-material-5
Mat select click outside not working, when drop down close

I have drop down made with Mat select angular component, I need to trigger an event when I clicked outside …

javascript angular angular5 angular-material-5
mat select not in certain position

i have a problem, when i add a picture in my page. The selected option like in this picture but …

angular angular-material angular5 angular-material-5
How to implement select all in mat-checkbox angular 5

Here is my html template <mat-card> <mat-card-content> <h2 class="example-h2">Select Employee</h2&…

javascript angular angular5 angular-material-5
How to create custom filtering using MatTableDataSource in angular 5?

In Angular material official website Angular Material Table it is mentioned that filterPredicate: ((data: T, filter: string) => boolean) will …

angular angular-material-5
Why can't I style angular material stepper elements directly?

Here is a code example I've forked from the official angular documentation for stepper: https://stackblitz.com/edit/angular-tth817 In …

angular css flexbox angular-material-5
How to make Angular Material Table with sticky first column

Is there any way to make Angular Material with a sticky first column using CSS?. Here is ready to edit …

css angular angular-material-5