Skip to main content
0 votes
2 answers
624 views

I have a common component as below, where I am using mat-error @Component({ selector: 'falcon-validation-error', standalone: true, imports: [CommonModule, MatInputModule, ], template: ` &...
San Jaisy's user avatar
  • 17.4k
-1 votes
2 answers
3k views

Trying to get the closed event of mat autocomplete but getting undefined. I do not know why i am getting undefined. If anyone knows please help to find the solution. app.component.html: <mat-...
EMahan K's user avatar
  • 467
1 vote
1 answer
2k views

Trying to check the mat checkbox by passing the values, But it is not working. If i click the button checkbox should be checked by passing the values. So, How to do it? If anyone knows please help to ...
EMahan K's user avatar
  • 467
0 votes
1 answer
2k views

Using the mat-select inside the form-group <mat-form-field appearance="outline"> <mat-select formControlName="formula" id="formula"> <mat-option [...
San Jaisy's user avatar
  • 17.4k
0 votes
2 answers
2k views

I am building a new component and would like to use Angular Material themes. I imported the themes from Angular Material repository but the mixins are not getting applies to the control. If I add any ...
Valla's user avatar
  • 2,452
1 vote
0 answers
191 views

I use angular materials for ionic angular app . Does anybody know what this error is ? I need date range picker to have in app and prefer to be style customizable . Is there any other alternatives to ...
Saba Mchedlidze's user avatar
15 votes
2 answers
18k views

I am using mat-form-field for telephone number input. Here is my base code for that. <mat-form-field class="full-width"> <input matInput type="number" placeholder="...
user avatar
2 votes
2 answers
10k views

I'm trying to implement the [hasBackdrop]=true on my mat-drawer-container with multiple mat-drawers. My html structure is something like this: <mat-drawer-container [hasBackdrop]="true"&...
Gustavo Scarpellini's user avatar
1 vote
1 answer
312 views

Im using angular materials. I do not know how to change the size of the border when focusing. I do not want the thickness to be seen. <form class="example-form"> <mat-form-...
user12217822's user avatar
0 votes
1 answer
213 views

I have an array of objects that are within my <mat-table> the sync property is a <mat-checkbox>. I am trying to make it so that when a box is checked and then I press the "sync" ...
CluckHeads's user avatar
0 votes
1 answer
607 views

I'm on Angular 6 and am using mat-sidenav <mat-sidenav #drawer position="end" fixedInViewport="true" [mode]="push" [opened]="false"> However, when I run ...
Prabhu's user avatar
  • 13.4k
1 vote
0 answers
206 views

I have a problem with angular icons, all my browsers are not able to show icons, I tried to reinstall my Chrome, but it was no result, neither my project's icons nor icons of material.angular.io are ...
Vahan's user avatar
  • 192
0 votes
1 answer
2k views

As a fresher in Angular.I have a doubt.In Angular 4, we have an md-icon tag from MdIconModule which was after changed to MatIconModule in later angular version. consider a code in Angular 4 app....
saravana kumar ramasamy's user avatar
0 votes
1 answer
3k views

I have mat-grid-list where I am listing items in the view. issue 1: Each item has a mat-grid-tile-footer section where I display a angular material button. The button is currently aligned left side ...
Saurabh Kumar's user avatar
3 votes
4 answers
4k views

I am opening one dialog from my component. const dialogRef = this.dialog.open(DialogOverviewExampleDialog, { width: '500px', data: DialogData }); dialogRef....
Rajesh Kumar's user avatar

15 30 50 per page
1
2 3 4 5
21