All Questions
4,698 questions
0
votes
0
answers
39
views
NullInjectorError: No provider for hr in Angular app
I'm encountering a NullInjectorError in my Angular application when I click on the login button. The error message in the console reads:
main.js:23 ERROR NullInjectorError: R3InjectorError(n)[n -> ...
2
votes
1
answer
192
views
How to Update nzFooter of an ng-zorro-antd Modal After a Delay in Angular
Description:
I am working on an Angular project using ng-zorro-antd for modals. I need to dynamically update the footer of a modal after a certain delay (10 seconds). Initially, the modal should only ...
0
votes
2
answers
157
views
How to change AngularJS UI Grid cell font color during cell edition
1.Background
The following code snippet shows that it is possible to change the font color of a textarea element while it is being edited (font color changes from black to red if the word foo is typed)...
1
vote
0
answers
54
views
Angular 1 application not letting me add overflow-y auto property to drag items correctly
I have an angular 1 application that uses the angular dragdrop library.
This is the container of the cards that can be dragged in the view:
<div class="thumbnail stage" data-drop="...
-2
votes
1
answer
103
views
HTML Date Input not showing date using JavaScript
I am working on hybrid application using AngularJS and Angular 8. I am using datepicker to show date which is fetched from API but the problem the problem is if I use input type as "text" ...
1
vote
1
answer
227
views
Ng-Zorro conflicting with Bootstrap
I've created a search bar that includes a magnifying glass and a clear button ('X' sign).
HTML:
<div class="search-container">
<input class="search-Input form-control ...
-1
votes
1
answer
599
views
input type search like Chat GPT search input with icon. input icon is not setting up in input
I have a input with icon like Chat GPT search input After some lines it's icon goes up I want fix it's in same position. this is my code. I want where it shows first if I add more lines same show its ...
-1
votes
1
answer
36
views
how to link two fields with a connecting line when the two fields clicked.... in angularJs
i have 10 fields in the upper side , and have 10 fields in the bottom side , i need to two fields were connect with a line when i clicked two fields (one upper field and one bottom field) , in need to ...
1
vote
0
answers
53
views
Creating a Custom draggable Modal Sheet in Angualrjs
By clicking a button I am opening a custom modal sheet. Here is the code for Custom Modal sheet. What I am currently doing is that this modal pops up it has 70% height. If I click outisde of the popup ...
1
vote
1
answer
1k
views
Create Custom Social Share Buttons in angular
I will appreciate any ideas and support for this issue
I have an angular project and I try to create icons share buttons for social media.
I have a component named landing.component. in the HTML file ...
0
votes
1
answer
33
views
AngularJs e CSS table striped in dinamic grid
I would like to know in this situation, how to leave a table-striped where I have a group and a sub-group
the result is that some lines are duplicating the color, I would like to know how can I solve ...
0
votes
1
answer
89
views
I want to add localStorage to my angularJS so it will save the image that I chose after refeshing the browser
I need help to store my chosen image to localStorage but i don't know where to add it on my angularjs script 🙁 what I want is when i already chose a photo that I want, i like to save it on ...
0
votes
2
answers
55
views
Having issue with alignment of multiple circular item in a row
I have created a circular shape where I show some percentages. I want to put multiple items in a row.
I tried with div and making display flex and nothing is working properly.
Here is a what I tried ...
0
votes
1
answer
42
views
How to keep track ng-repeat and change only that element
I am building a post feature in my app. I am using ng repeat on posts and if length > 50 i will show "show more" button. And use will click on show more and will be able to see the text.
*...
0
votes
0
answers
60
views
JS/AngualarJS/Jquery/CSS Minimize Maximize Window
I am trying to understand how to make my current 'modal' code allow for a minimize and maximize button where the modal would minimize to the bottom of the screen when clicking the - button and in the ...