Top "Angular-material" questions

Angular Material is an implementation of Material Design in Angular.

Expandable table rows in angular 4 with angular material

How would you make rows expandable in angular material tables? One requirement is that I need to be using the …

angular angular-material
Change format of md-datepicker in Angular Material with momentjs

Angular material introduced a new date picker component found here. I want the date returned by this component to be …

javascript angularjs localization angular-material momentjs
How to pass data to dialog of angular material 2

I am using dialog box of angular material2. I want to pass data to the opened component. Here is how …

angular angular-material
error TS1086: An accessor cannot be declared in an ambient context in Angular 9

I'm learning Angular Material and I'm getting this error when importing { MatButtonModule } from "@angular/material/button". From what I read …

angular angular-material
@angular/material/index.d.ts' is not a module

With Angular 8, While building the app, we encounter the following error: app/modules/admin-module/pages/editor/editor.component.ts:6:27 - …

angular angular-material
Angular Material icons not working

I've installed Material for angular, I've imported on my app module MatIconModule (with import { MatIconModule } from '@angular/material/icon';) …

angular angular-material angular-material2
onselected event in md-select in Angular 4

I would like call a function in typescript on choosing a value using md-select. What is the property used for …

angular angular-material angular-material2
How to change mat-icon size in Material

This question comes from the Material2 Github repo. I still have problems to style a Material component that is wrapped …

angular angular-material
Angular 6 error show to 'mat-form-field' is not a known element:

Hi I am using angular 6 and my code is as follows: import { BrowserModule } from '@angular/platform-browser'; import { BrowserAnimationsModule } from …

angular angular-material angular6
Can I programmatically move the steps of a mat-horizontal-stepper in Angular / Angular Material

I have a question regards Angular Material (with Angular 4+). Say in my component template I add a <mat-horizontal-stepper> …

angular angular-material angular-material2