Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
49 views

Styles not being applied in Chromium based browsers

I'm working on a project using Angular as the FE framework. I've a simple project setup as following: In the angular.json file I'm importing these files: "styles": [ "src/import....
Jacopo Sciampi's user avatar
-1 votes
0 answers
15 views

Select Multiple area on image using drag and create hotspot in angular 8/ javascript

Hi all, I want to implement a feature where user can select multiple rectangular area on image and create hotspot. Once user click and drag from one position to second position it will draw like ...
Sumit k's user avatar
  • 73
0 votes
0 answers
14 views

How to make two overlapping mat-sliders moveable?

I want to have two overlapping mat-sliders, but when I set it in below way,I'm able to move only second one... <h1>EXAMPLE</h1> <div class="sliders-wrapper"> <mat-...
ruddnisrus's user avatar
0 votes
0 answers
18 views

Linked Stylesheets in Angular: Understanding Inline Inconsistencies

I ran into a problem with how Angular handles styles: With some linked stylesheets, Angular makes them inline on build, but with other linked stylesheets it doesn't. In neither case are any of these ...
Valentin Haakonsson's user avatar
0 votes
0 answers
21 views

Angular material table css

Have ngx-admin template project, Angular 15 and angular material table. Tried to apply CSS like this but no luck: .mat-footer-row, .mat-header-row { //border: 1px solid #e7e7e7; height: 15px !...
Dejan Markovic's user avatar
0 votes
0 answers
31 views

Multi-Column Drag and Drop Cards with Variable Heights Using Angular Material CDK Drag and Drop

I am working on a project where I need to display a list of draggable cards. I'm using material CDK Drag and Drop for this functionality. Each card represents a person and includes a variable number ...
horst's user avatar
  • 793
0 votes
1 answer
36 views

How to resolved the angular 13 version build issue?

Facing an issue building with Angular 13: I am trying to build using ng build --configuration=test but I'm getting the errors listed above. If I comment the bootstrap.min.css in the Angular json file ...
Chinni Ch's user avatar
0 votes
0 answers
27 views

AdminLte SCSS file not working properly after migration to Angular 18

I migrated an old company project from Angular 7 to Angular 18, mostly everything works again now, but for some reason, the login screen is still broken. In the original Angular 7 version, the login ...
Jeremiah Boey's user avatar
1 vote
3 answers
44 views

Not able to replace the old div with specific div using angular

I have few small divs having background color like red,yellow,pink etc which are coming from loop.On click of corresponding div a big div should show with same color which is working fine.But my ...
UIAPPDEVELOPER's user avatar
1 vote
1 answer
52 views

Animating a progress bar styled as a dotted line

I'm creating a progress/volume bar component with Angular/Tailwind where the percentage increments are colored circles. All gray circles means 0%, all blue means 100%, 10 out of 20 means 50%, etc. I ...
Michael Stowe's user avatar
0 votes
1 answer
23 views

Primeng customize dropdown items differently from "main" item

I recently installed Primeng. I'm trying to use p-menubar component aka Menubar, I read on docs that there's the possibility to customize menu items using ng-template but the moment I add "sub-...
Alessio Raddi's user avatar
0 votes
0 answers
15 views

Advice for migrating from Angular 14 legacy components to Angular 15 MDC components [closed]

Our application overrides many material styles and running the migration command generates hundreds of TODO comments about targeting internal classes that no longer apply to MDC components in my ...
user26465870's user avatar
1 vote
0 answers
19 views

How to disable matBadge animations in Angular Material?

By clicking on the icon, I want only the number inside the matBadge to change. I don't want an animation to be made when clicking. How do I do that? <div class="action_like"> &...
Valerija's user avatar
-2 votes
0 answers
30 views

How does browser control + f search works? If I added a search bar on my page and want to apply same logic to get highlighted words which are written [closed]

When I enter "Control + F" on a browser then there is a search bar in the bottom in which if we search any word, then all the words related to that are highlighted. So I have added a search ...
Awais's user avatar
  • 7
-1 votes
0 answers
20 views

Remover as margens brancas do .container do Bootstrap [closed]

I have an Angular code that uses Bootstrap to create grid movements. I added the .container class, but it adds lateral margins. When I change the background color of the body, the margins created by ...
Ícaro Carvalho's user avatar

15 30 50 per page
1
2 3 4 5
821