Skip to content Skip to sidebar Skip to footer
Showing posts with the label Angular Material

Removing Data From Array Using Checkbox In Angular?

I have a mat-table with some data generated through an API, here's a snippet for example: Solut… Read more Removing Data From Array Using Checkbox In Angular?

Angular Material Tab Animation Doesn't Work

I have angular material navigation tabs like in sample below. Tabs itself works fine and navigation… Read more Angular Material Tab Animation Doesn't Work

Iterate Through Datasource In Mat-table Angular

I have problem with iterations through dataSource, where I have data for mat-table Solution 1: … Read more Iterate Through Datasource In Mat-table Angular

Can't Bind To 'configuration' Since It Isn't A Known Property Of 'ng-material-multilevel-menu'

I am using ng-material-multilevel-menu plugin to create multilevel dropdown. I am following this ar… Read more Can't Bind To 'configuration' Since It Isn't A Known Property Of 'ng-material-multilevel-menu'

Angular 6 - Sorting All Table Columns Works On Only Two Columns Instead Of All

I'm trying to sort a MatTable with MatSort of angular material but the problem is I can sort on… Read more Angular 6 - Sorting All Table Columns Works On Only Two Columns Instead Of All

Angular 9 - How To Add A Mat-icon Dynamically Inside Html Page?

I have a simple problem with '@angular/core': '~9.1.6', and '@angular/material&… Read more Angular 9 - How To Add A Mat-icon Dynamically Inside Html Page?

How To Implement Edit, Update And Discard Functions In Angular Material Table(mat-table)

I want to implement edit, update and discard functions in angular material table. I know how to edi… Read more How To Implement Edit, Update And Discard Functions In Angular Material Table(mat-table)

Angular Material Put Image On Selected Value Of

I am using angular material in an angular 2 project. I want to put a static image (html element) in… Read more Angular Material Put Image On Selected Value Of

How To Change Urls Automatically In Services, After Changing Url It Should Affect To All Components Without Saving/ Building/running In Angular6

We are hosting a new application with angular 6 and we have many servers with diff URLs, i want to … Read more How To Change Urls Automatically In Services, After Changing Url It Should Affect To All Components Without Saving/ Building/running In Angular6

Angular Material Datepicker Position Is Wrong Except On Chrome

I am using angular-material and md-datepicker in my project. I'm having a form, containing seve… Read more Angular Material Datepicker Position Is Wrong Except On Chrome

Angular Material Progress Bar, Using Custom Colors

I have a Angular 5 project where I’m using a material progress bar. I want to use custom colors. I’… Read more Angular Material Progress Bar, Using Custom Colors

Insert Component Into Html Dynamically

I'm trying to insert a angular-material component inside a piece of html dynamically. The way i… Read more Insert Component Into Html Dynamically

Scaling Font Size With Screen Size?

I'm developing a web app with AngularJS 1.x and Angular Material. I'm trying to create a la… Read more Scaling Font Size With Screen Size?

Angular Material Datepicker - Add Content (close Button)

i am trying to add a button to my angular material datepicker. The button should be added in the t… Read more Angular Material Datepicker - Add Content (close Button)

Mat-autocomplete Error When Using Formarray

I added a formarray to account for multiple rows. In order to make it work with the index I had to … Read more Mat-autocomplete Error When Using Formarray

Grid-template-columns In Chrome 80 Inconsistently Computed

I have a page with four forms. Each form's layout is defined using the following CSS grid confi… Read more Grid-template-columns In Chrome 80 Inconsistently Computed

Grid-template-columns In Chrome 80 Inconsistently Computed

I have a page with four forms. Each form's layout is defined using the following CSS grid confi… Read more Grid-template-columns In Chrome 80 Inconsistently Computed

Scaling Font Size With Screen Size?

I'm developing a web app with AngularJS 1.x and Angular Material. I'm trying to create a la… Read more Scaling Font Size With Screen Size?

Angular Material Datepicker - Add Content (close Button)

i am trying to add a button to my angular material datepicker. The button should be added in the t… Read more Angular Material Datepicker - Add Content (close Button)

Angular Material Table With Expandable Rows, Automaticly Expanded When Change Tabs With StackBlitz Example

I have an Angular material table with expandable rows. In every row, I have multiple tabs, On the f… Read more Angular Material Table With Expandable Rows, Automaticly Expanded When Change Tabs With StackBlitz Example