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.

Template parse errors: 'md-form-field' is not a known element

I am using Angular 4 and Angular Material 2. For the following code : <form> <md-form-field> <input mdInput […

angular angular-material angular-material2
How to get the active tab In Angular Material2

I want to get which tab is active. I tried to use a @ViewChild decorator and accessing the element properties …

angular angular-material2
Angular change MatInput Size

I am new to Angular 4 and started working with the material components, I copied a couple of example from the …

javascript angular typescript angular-material angular-material2
Change size of textarea

I currently have a textarea like this: <textarea matInput rows="5" cols="40" placeholder="text"></textarea> However, it …

css angular angular-material2
How to make a responsive nav-bar using Angular material 2?

I'm trying to create a navigation bar using Angular material 2 that collapses in small screens like mobile devices and tablets. …

angular angular-material2
How to enable and disable a mat-button based on a select form

This is my mat-button: <button class="example-20-width" mat-raised-button disabled>Edit Client</button> How can I …

angular angular-material2
How to change angular material datepicker format

This is the format of date I am getting when I am using angular material datepicker....Wed Nov 21 2018 00:00:00 GMT+0530 (India …

angular typescript date angular-material2
How to align button right inside Dialog angular material?

I want align button right corner of the dialog below is my html <div mat-dialog-content> <p>…

angular angular-material angular-material2
angular material 2 table header center alignment

If md-sort-header is added into md-header-cell in md-table, it is always left-alignment. How to center-align header cells, such "name"? <…

css angular angular-material angular-material2
How to use Material Design Icons In Angular 4?

I want to use the icons from https://materialdesignicons.com/ in my angular 4 project. The instructions on the website are …

angular angular-material2