Top "Angular-material-6" questions

Angular Material is an implementation of Material Design in Angular.

The correct method to set a default selected option using the mat-select component

Using Angular 2 and Angular Material 6.4.7 I need to set a default selected option using the mat-select component. The following code …

angular angular-material angular-material-6
mat-autocomplete auto-hide placeholder text on input focus

I am making use of the mat-autocomplete component with an input as per the examples in the docs, and I …

angular angular-material2 angular-material-6
Angular 6 Material Table Sticky Header doesn't work

I need to make the Header of the mat-table component fixed to the top, But It doesn't work. I have …

angular angular-material angular-material-6
Angular AutoComplete is returning value as [Object Object]

My requirement was to show the selected value in the Input Box and get the Selected Id and Value to …

angular angular-material-6
How i can display a MatSnackBar from a Service with Angular Material?

Im using: Angular V6.1.0, Angular Material V6.4.1 Im trying catch the HTTP errors and show them using a MatSnackBar. I …

angular typescript angular6 angular-material-6 angular-observable
Positioning the mat-radio-buttons & options to the to the right of my screen - Angular 6

While using angular material radio buttons, I wanted to make them in 2 directions -> 2 at the left of the …

css angular radio-button angular6 angular-material-6
The correct method of updating a MatTableDataSource in angular 2 version 6

I have a listing that uses the mat-table component which is fed by the MatTableDataSource. in the component.html <…

angular angular-material-6 mat-table
Angular mat-autocomplete : How to display the option name and not the value in the input

I'm using the mat-autocomplete widget under my Angular app : <mat-form-field class="col-md-3" color="warn"> <input type="text" …

angular angular-material angular-material2 angular-material-6
Mat-select panel min-width

I'm trying to customize mat-select with multiple checkboxes. for some reason the panel get wrong min-width as below: and I …

angular-material angular5 angular-material2 angular-material-6
Angular mat-table pagination not working, entire data is loaded on First page of mat-table

I have use Angular Material table, i have bind data source from ts file,but all the data is loaded …

typescript angular7 angular-flex-layout angular-material-6