Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.
I'm creating a date time picker control in the angular material and having the below code to do that <…
javascript angular angular-material2I'm using MatPaginator component and I'm trying to figure out how to translate those labels (documentation isn't clear enough about …
angular angular-material2The inputs are inside of a modal dialog. I have no idea why it is not working. I looked at …
angular angular-material2 angular-formsI have a list with an object has name and id properties: [ { "name": "open", "id": "1" }, { "name": "inprogress", "id": "2" }, { "name": "close", "…
angular angular-material2 angular-material-5I try to use <mat-autocomplete> from Angular Material (not AngularJS) without using a reactive form. But all their …
angular angular-material2 mat-autocompleteAngular material 2 community I need your help how to make mini variant like google material design example in angular Material 2. …
angular angular-material2I have the following code <form #createForm="ngForm"> <mat-form-field> <mat-select placeholder="Favorite food" matInput [ngModel] …
angular5 angular2-forms angular-material2 redux-form-validatorsI have a mat-horizontal-stepper where I set linear property as true. When all the steps are valid as of now …
angular angular-material angular-material2 angular-material-stepperI want to get rid of the white space in my Angular Material modal dialog. How do I style the …
angular angular-material2I am using Angular Material v2 md-slider in a component @Component({ selector: 'ha-light', template: `<md-slider min="0" max="1000" step="1" [(ngModel)]="…
angular angular-material2