About 10,300,000 results
Open links in new tab
  1. Is there an official or exhaustive list of all mat-icons in Angular ...

    I have started using <mat-icon> from Angular Material, and I'm wondering if there is any official list of the names of all the included icons. A few months ago I found a page where a …

  2. Angular Material Datepicker - Month & Year ONLY

    Nov 3, 2019 · Create two selects, one with month and another with year. This will be simplest solution to handle with. The reason for going to calendar is mainly for days mapping only. For …

  3. SassError: Can't find stylesheet to import. @use …

    May 22, 2021 · In Angular Material v11, they seem to use @import syntax, and in v12 they seem to favour @use syntax. Therefore, you seem to be trying to use a tutorial or theme designed …

  4. Convert an Angular Material M2 theme to M3 - Stack Overflow

    Jul 30, 2024 · The documentation from the Angular Material team is rather scarce and missing crucial information on how to transition from M2 to M3 for an existing theme. In our situation …

  5. Angular material design - how to add custom button color?

    Angular material design - how to add custom button color? Asked 8 years, 3 months ago Modified 10 months ago Viewed 218k times

  6. MatToolbar color doesn't work on Angular Material v18 Red/Rose

    May 26, 2024 · I just upgraded my Angular CLI and Angular Material both to v18. All Angular Material components work fine except the MatToolbar. The problem is that the color input …

  7. Angular + Material - How to refresh a data source (mat-table)

    Oct 14, 2017 · The fact that there are 29 answers, and they are all some sort of hack to force data change detection to fire, shows how poorly angular/material handles this.

  8. How to pass data to dialog of angular material 2 - Stack Overflow

    I am using dialog box of angular material2. I want to pass data to the opened component. Here is how I am opening dialog box on click of a button let dialogRef = …

  9. Adding search functionality in mat-multiple select in angular …

    Nov 7, 2019 · I want to add search functionality in my mat multiple select dropdown. I have done this thing in Jquery but I want to do same thing in Angular material. Here is the design pic. …

  10. How to update angular material - Stack Overflow

    What is the best way to update angular material in a project to latest version [email protected] ? I tried: npm install --save @angular/material @angular/cdk