Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
61 views

We want to show serverside validation errors in the clientside Angular signal forms in combination with Angular material. We have installed the following packages (package.json): { [...] "...
Simon's user avatar
  • 5,076
1 vote
1 answer
82 views

I recently upgraded to Angular v21 and Googe Places Autocomplete New widget. When typing in address the options are hidden away, they activate overflow on the mat dialog content isntead of being ...
Aeseir's user avatar
  • 8,612
-1 votes
0 answers
79 views

Angular v21 project with Material framework also v21 so I've built my Universal Table (UT) component - need a table? use this component from fully searchable, sortable, paginated to a simple, not ...
Monset's user avatar
  • 665
0 votes
1 answer
39 views

I'm trying to add a button to a Mat Select panel. I got mouse interactions working with help from these related questions: Is it possible to add custom buttons to mat select dropdown? How to add a ...
Stephen's user avatar
  • 1,741
Advice
0 votes
4 replies
79 views

I'm not a natural with css/html and realise that my question probably demonstrates my general lack of knowledge around positioning and sizing in css. I am building an enterprise solution. Across the ...
royneedshelp's user avatar
0 votes
0 answers
29 views

I have made a form where you can search for a specific project by typing into the input. And while you type the options become lesser until you see hopefully the project you're looking for. All of ...
Bas Liemar's user avatar
0 votes
0 answers
84 views

i have a use case where I have a MatTree<Item> where Item contains a key property. Given a specific key , i would like to expand the MatTreeNode and its parent recursively till root. Currently, ...
Ariba Siddiqui's user avatar
0 votes
2 answers
112 views

I'm using Angular Material 21. The component's template has two <mat-form-field> elements, each one contains an <input> element. I would like to set a red border to the first input element ...
deemon's user avatar
  • 145
4 votes
1 answer
119 views

Environment Angular 17.x Setup: The select form field has multiple enabled. The options are an array of objects - {_id, fullName, ...}. The option value is bound to _id. Also added a function for the ...
hemant's user avatar
  • 543
Advice
0 votes
1 replies
114 views

I'm curious to see what the community thinks of Mat. I'm starting to feel like Mat has become more of a burden than a help when styling my software. Considering animations in Angular have been ...
Afab's user avatar
  • 31
-1 votes
2 answers
181 views

I am currently working on a learning project with Angular CLI 21.0.2. I added the following line of markup, but the button still appears with its default color: <button matButton="filled" ...
ostoforostan's user avatar
1 vote
1 answer
93 views

I'm working with an Angular Material table (mat-table) that has sorting enabled via matSort. Sorting works perfectly when I click on the column headers (mat-sort-header). Now, I want to trigger the ...
Dung Tran's user avatar
0 votes
2 answers
244 views

I have a Reactive Form in an Angular 21 application, and the form requires an array of a certain sub-form. (In my case the sub-form(s) define "filters" on a search.) The documentation on ...
workerjoe's user avatar
  • 2,787
1 vote
0 answers
66 views

In my application I use multiple themes (blue, red, yellow). Each theme is defined in a separate SCSS file. In the HTML pages I use a div tag surrounding everything which has a class for the selected ...
Ralf Schneider's user avatar
0 votes
0 answers
60 views

I’m working on an Angular v15+ app that uses a custom slideout panel system for showing forms. We’re trying to show an “unsaved changes” confirmation popup when the user closes the slideout, similar ...
sagar.p's user avatar
  • 39

15 30 50 per page
1
2 3 4 5
1334