Questions tagged [angular-material2]

Angular Material is an implementation of Material Design in Angular 2+. DO NOT use this tag for AngularJS Material questions.

Tag usage

This tag should be used for questions regarding the Angular Material framework, and is typically used in conjunction with the tag.

For the older (and now deprecated as of January 2022) AngularJS Material framework, do not use this tag - use the and tags instead.

Project info

Angular Material, now part of a suite of Angular components made by the Angular team, is an official implementation of Google's Material Design guidelines for Angular.

Angular Material is officially out. The Angular Material team will release patches as Angular progresses and will follow the versioning of Angular.

Links

Notes

Current release: 14.2.2

2957 questions
1
vote
1 answer

How to load steps dynamically using Angular material stepper

I want to load steps dynamically Like I have Offering component under that there are two steps label Offering detail(it should load offering detail component) Add User(it should display Add user component) so stepper should display 2 steps…
1
vote
1 answer

Angular Material Ripple appears on top of object content or text

I have created a sample div with text in it, as in
Click Me!
It works as expected, except the yellow appears OVER the "Click Me" text, which looks wrong. Am I missing…
Steve
  • 14,401
  • 35
  • 125
  • 230
1
vote
2 answers

matSuffix makes mat-icon not horizontally centered in mat-icon-button

I am making a simple auto complete input field with a close button at the end that would clear the field
Jack Guo
  • 3,959
  • 8
  • 39
  • 60
1
vote
4 answers

Angular material sortable table - always show sort icons (not only when hovering)

I'm checking the sortable table examples at https://material.angular.io/components/sort/overview What I don't like is that the sort icons only show when hovering the header of a column. Is there any way to make them always be there? (not only on…
GeForce RTX 4090
  • 3,091
  • 11
  • 32
  • 58
1
vote
0 answers

Angular Mat-table expansion and collapse not working as intented

I am not well versed with angular, I got the html file as below