I am working on a form with nested form groups in Angular 14. In form.component.ts I have: See Stackblitz HERE. The problem I need residences to ...
I am working on a form with nested form groups in Angular 14. In form.component.ts I have: See Stackblitz HERE. The problem I need residences to ...
I installed ngx-infinite-scroll library using npm install ngx-infinite-scroll --save command. As provided in the docs. However, I am getting the follo ...
I'm doing an angular project using angular material, while im using mat-icons it keeps coming before the interpolation even though i coded it after th ...
I get this data from my web API The data is an array of IOferta I have this table un my component html But I see this I don't understand w ...
I generated a jhipster project but I have problems with the built-in dependencies (priemeng and angular material)jhipster 7.0.1, my package.json I ...
I did update my app from v14 to v15. In the update, I can see that angular did change // From import { MatDialog } from '@angular/material/dialog' ...
In Angular 15, if a component is provided with OverlayContainer and overridden to use it as a custom container element, individual overlay elements ar ...
When i tried to open angular material datepicker it was opening upside of an input field. How to make it to open downside of an input field. ...
I am having trouble getting my anchor text and icon to look centered with Material 15.1.2 My layout looks like this: The final result looks like: ...
In the picture you can see a button added with the exact same markup in two spots. The green button is added in my app.component.html which is declare ...
In the various tutorials I've seen themes generated like this: IIUC this is also how Angular's Documentation tells us to do it. However when I ru ...
I'm new to angular and I've been playing around Stepper function. Problem Statement: I'm trying to create a Stepper Higher Order Component that w ...
I'm using Material Paginator to paginate my table. My application has RTL style. I need to change the default mat paginator labels (to another languag ...
I'm working with Angular Material in my project. I'll use many tables in my project and because of the high complexity of this project, I want to use ...
I've inherited this application and I'm upgrading to the various angular versions and I've gotten the dreaded material items "is not a known element" ...
I have angular material date picker control in my web app. By default it shows that the date field is mandatory by putting the 'asterisk' following th ...
As the title states, the spinner is in my markup, but without styles or is at least not visible. Why? It should be a straight import of the component, ...
In this demo the el_select directive is used to change the style of the Angular Material Select component. This is the demo html template: I'm also ...
I want to use the mat-slide-toggle, but have the title wrap (as it's a bit long). How can I achieve that. I just want to have the title wrap and keep ...
Here you can see that the menu button is slightly to low. ...