Top "Angular-material" questions

Angular Material is an implementation of Material Design in Angular.

Angular + Material - How to refresh a data source (mat-table)

I am using a mat-table to list the content of the users chosen languages. They can also add new languages …

angular angular-material refresh
Where do I find a list of all mat-icons -- Angular

I started using <mat-icon> of angular-material and I wonder if there is any collection of the names of …

icons material-design angular-material
Confirm password validation in Angular 6

I want to perform password and confirm password validations using material components only,and an error message below the confirm …

angular angular-material angular-forms
Angular2 material dialog has issues - Did you add it to @NgModule.entryComponents?

I am trying to follow the docs on https://material.angular.io/components/component/dialog but I cannot understand why …

angular angular-material
How to set width of mat-table column in angular?

Here in my mat-table have 6 column when any column has not more words then it looks like Image-1, but when …

html css angular angular-material
File Upload with Angular Material

I'm writing an web app with AngularJS and angular-material. The problem is that there's no built-in component for file input …

javascript html angularjs file-upload angular-material
Choosing bootstrap vs material design

I'm going to start new project using AngularJS (full stack). My project needs to be responsive and I'll be creating …

angularjs twitter-bootstrap-3 material-design angular-material
How to import Angular Material in project?

I have installed Angular Material Design. Now I try to add this in app.module.ts file: import { MaterialModule } from …

angular angular-material
Styling mat-select in Angular Material

How to style mat-select's panel component. From the docs I get that I need to provide panelClass so I make …

css angular typescript angular-material
Set default option in mat-select

I have a simple select option form field in my Angular material project: component.html <mat-form-field> <mat-select [(…

angular angular-material