All Questions
24,790
questions
-3
votes
0
answers
39
views
How to toggle button images between active and inactive states and adjust footer-bar styling in Angular?
I'm working on a footer component in Angular and having trouble with two main tasks:
Switching Button States: I want each button in my footer to switch between inactive and active images when clicked. ...
-1
votes
0
answers
25
views
Looking for a JavaScript/Angular Library to Edit PDFs with User Signatures and Image Uploads [closed]
I'm working on a project using JavaScript/Angular, and I'm looking for a library that allows users to edit PDF files. Specifically, I need a solution that enables users to:
Sign the PDF with a pen ...
0
votes
0
answers
19
views
Html2canvas is not giving me darker image in angular for a graph image which is rendered on screen
I have a animated chart graph which is represented in my UI Screen whenever i am using Html2Canvas it is capturing the image but in very light way. I have to take that image and put it in a PDF.
const ...
0
votes
0
answers
24
views
Is there any way to achieve fence view in word files which are in read only mode
Basically fence view means, the document gets blurred but the small area near the mouse gets cleared, as the mouse moves that specific area is visible and rest document is blurred.
I have done it ...
0
votes
1
answer
25
views
Having issues trying to add a new page/component to a angular system
Hi this is my first time doing maintence in a angular system and trying to build things on it and im trying to add a new page to the system to implement some bots on it that part its not that ...
0
votes
0
answers
22
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 -> ...
1
vote
0
answers
53
views
How to Login to a Website that is using an Angular ng-model form class
I am trying to use VBA to login to a website that is local to my network (http://192.168.0.160/wespjs/index.html#/login). I'd like to navigate to the website on my own, and then use a simple command ...
-1
votes
1
answer
39
views
Froala content changes after page load
I have a Froala control in my page that is potentially empty, or filled with previously saved content. I also have a dirty check in place to compare the before and after of the field when there are ...
2
votes
1
answer
135
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
149
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)...
0
votes
0
answers
53
views
Unable to set the content to the ckeditor
I am using version 5 of CKEditor and I have an issue where I can load the Ckeditor in the UI but am unable to see the content in it after setting the data
If I add the links from the Editor menu, the ...
3
votes
3
answers
538
views
Angular Route with parameter is not working
I am using Angular 18 and just imported Admin LTE assets. My angular routing is working fin without any route parameter.
But whenever I am trying to use route parameter it is showing weird un expected ...
1
vote
1
answer
49
views
I get a blank first page when printing the HTML Template of a widget with multiple loops
I am using a table with a tbody etc. I have a situation where I have created a report widget that loops through dates then reservations followed by service items. Everything looks fine on the screen, ...
1
vote
0
answers
33
views
Angular Js Select is not working in Android
I have the following AngularJS code, which works fine on an iPhone. However, when using Chrome on an Android device, the button is unresponsive and nothing happens when it is pressed.
I have tried ...
-2
votes
1
answer
106
views
Integration of an Angular app into index.php by using a tag [closed]
I have to embed an Angular app into a index.pxp file by using a specific tag. At the moment, is done by using Angular JS.
The question is independent from the language / system of the host page or ...