262,468
questions
0
votes
0
answers
10
views
AngularJS $http stops working after using cordova-plugin-advanced-http on iOS
I built an app by using Cordova and it's in production for more than years. Recently I had to install cordova-plugin-advanced-http to handle a request which returns a 302 Found status without ...
0
votes
1
answer
35
views
Open product detail in a new tab with right-click option
I'm trying to implement a card component in Angular that shows product
information. When I right-click on a card, I want to see the option to
open the detail page in a new tab. However, currently, ...
-4
votes
0
answers
34
views
Error while run the project, error are mentioned in image [closed]
enter image description here
enter image description here
I am buid one project using angular and i made backend using .net. Firstly i am start the server then
i am go for run the angular project. In ...
-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
14
views
Angular multilanguage route for default language
I'm building an angular website with SSR support and multilanguage. I'm building an EN, FR and DE version.
Everything works but I was wondering if I can make the default language (en in my case) have ...
1
vote
1
answer
42
views
Breadcrumb without child components/routes
I was trying to follow the answer in Angular breadcrumbs with dynamic label to implement a breadcrumb navigation for my angular app.
The difference to my app is that my components don't have the child ...
1
vote
1
answer
43
views
Does not update ngModel associated with the check box
<label class="checkiconImg bg-white">
<input type="checkbox"
[(ngModel)]="quoteSupplierCover.isShowInComparisonTool"
/>
<...
0
votes
0
answers
11
views
FormGroup in Angular Reactive Form Returning undefined When Accessed Even though Form is initialize
I’m working on an Angular project where I have a reactive form named memberForm, which includes a nested FormGroup called MemberInstallmentDetails. Even though I’ve defined and initialized ...
0
votes
0
answers
27
views
Loading module from “URL/chunk-TWQM45PI.js” was blocked because of a disallowed MIME type (“text/html”)
I am trying to dockerise an angular application and deploy it to K8's, once I load my page I get these errors for all chunks, these files reside in the same folder as index.html, I am trying with ...
0
votes
0
answers
24
views
AngularJs: Backend returned code undefined, Body was: undefined
I'm getting an error of undefined from the Backend but when i got to the swagger and test out my endpoints they are returning data.
I tried to reconfigure the settings to see what might be the problem ...
1
vote
0
answers
19
views
AngularJS ng-repeat not working as expected
The ng-repeat works instantly, however, when data is changed programmatically, no changes occur on the html content.
HTML is as follows (index.html):
<!DOCTYPE html>
<html lang="en"&...
0
votes
1
answer
24
views
Karma Load Error in Angular Tests with --code-coverage: "Error: Found 1 load error"
I'm encountering a persistent "load error" when running Angular tests with --code-coverage. This error only occurs with the command ng test --no-watch --code-coverage; otherwise, running ng ...
1
vote
1
answer
43
views
In angular, ng-repeat breaks the options into options again
My js array is ["standard", "premium"]
When I click on the dropdown option for the first time, it’s showing option as standard and premium. After choosing any one of them the ...
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 ...