Top "Angular-material2" questions

Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.

Angular 2 How to "watch" for tab changes

I have: <md-tab-group color="primary"> <md-tab label="Проэкты"> <h1>Some tab content</h1> &…

angular angular-material2
How to add data dynamically to mat-table dataSource?

I have data streaming from backend and i see it printing in console now i am trying to push event …

javascript angular angular-material2 angular5
Cannot disable matInput element with [formControlName]

I'm using matInput and mat-form-field (@angular/material) in an Angular component, and I can't disable the matInput. A working example …

angular angular-material angular-material2
No provider for MatDialogRef

I am using material 2 version 2.0.0-beta.12. I need to adjust the position of the material Modal. I followed this answer …

angular angular-material angular-material2
How to get primary or accent color of currently applied theme in angular material 2

I'm building an app with multiple theme with angular material design 2. I created multiple theme and it's working really great. …

angular angular-material2
Alternate row colours angular material table

I am wondering how I target the even/odd rows inside a Angular Material Table so that I can set …

html css angular angular-material2
Angular - Material Table, is it possible to update rows without entire table refresh?

After few weeks of Googling and only one Stackoverflown question so far I finally managed to build up my Angular …

angular crud angular-material2
How to hide/delete underline input Angular Material?

I have input element in Angular Material: <md-input-container> <input type="text" mdInput placeholder=""> </md-input-container> …

angular angular-material2
Angular Material md-select default selected value

I am using Angular 2 with Angular Material. Looking at the documentation, I am trying to get the select to have …

angular angular-material2
Angular Material and Jasmine : " No provider for InjectionToken MdDialogData! "

I have a component which is meant to be used in an Angular Material MdDialog : @Component({ ... }) export class MyComponent { constructor(@…

angular jasmine angular-material angular-material2 mddialog