Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
39 views

Angular + Spring boot [closed]

Is there any way in which we can develop in angular with spring boot but authentication related stuff I want to handle in backend also I want to give user option to sign in ,sign up and login with ...
Omkar Likhe's user avatar
0 votes
0 answers
25 views

Dynamic adjusting tooltip content position on hovering tooltip--Angular 17

I want to show some content on hovering tooltip icon. Eg: label with this icon(!). Total Fund value (!). I want to show some content in a box of fixed width of 286px, On hovering icon. The label can ...
Pankaj Asiwal's user avatar
-1 votes
0 answers
41 views

Zoom in ChartJS is not centered in the mouse position

I'm having trouble with the zoom using ChartJS. I'm using a canvas with a candle chart to display the stock price and other two canvas to display bars for the volume. The problem is that when zooming, ...
Gino Colaiacovo's user avatar
-1 votes
0 answers
76 views

Accessing a controller in another module

I have an angularJS project; There are processes running in approximately 25 separate windows, each window has 3 pages for HTML, JS, PHP (database), and controls written in JS are running in the HTML ...
Özgür AKSU's user avatar
0 votes
0 answers
25 views

ngx-markdown-editor is not working and not show the right preview

here this is markdown-editor demo github in here i am not use bootstrap style in angular.json because in my main project i am using tailwind css so if in angular.json i am use bootstrap style than ...
Rinkal's user avatar
  • 41
0 votes
0 answers
14 views

I have a problem with using the Leaflet features in my Angular component

i want to use leaflet in my project with all of this library features. this is my code which shows the map with distance feature but draw and easyprint features does not work and there is no anything ...
homelander_79's user avatar
0 votes
0 answers
15 views

Why signal values can update UI without any lag but non-signal values sometime may bring lags in ui?

We can use 2 ways of displaying a variable's value in template. Either use a signal or non-signal. I observed that using signals allow to update the UI instantly without any lag, but using non-signal ...
Aneesh Gupta's user avatar
0 votes
0 answers
17 views

Webpack ChunkLoadError - Loading chunk X failed, even though it exist Hybrid Angular App

I was stumbled on this issue for a week . So basically I try to install tinymce library lazyly on request. We have hybrid application angularjs & angular. I created service that lazily import ...
Kerim Balayev's user avatar
1 vote
1 answer
55 views

How to Securely Apply a Blur Effect to Images in an Angular App to Prevent User Manipulation? [closed]

I'm working on an Angular application where the images displayed contain sensitive information, and I want to apply a blur effect to these images. However, I don't want users to be able to inspect the ...
Gülü Əhmədova's user avatar
0 votes
0 answers
63 views

Spring Boot Angular18 Uploading Photo

Hey Guys I'm trying to do Full-stack website by myself actually ı'm spring developer and ı try to learn angular let's have a look my problem my code is working but it is very slow ı upload photo the ...
Ali Turgut's user avatar
0 votes
0 answers
28 views

Websocket connection with STOMP compat client using springboot and angular

I am trying to connect the frontend to the backend using websockets with compatclient but the web server displays the above error when inspecting. i have tried to fix it but nothing seems to be ...
Enuthi Warawita's user avatar
0 votes
0 answers
10 views

Dependency Conflict in Angular 10 Project After Adding New Library: Unable to Resolve Dependency Tree

I have an Angular 10 project(chrome extension) that was working perfectly until I recently added a new library to integrate additional functionality. After installing the new library, I started ...
Pravin Mohite's user avatar
1 vote
1 answer
26 views

How to mock AngularJS module config providers

In our module we have a custom method defined that essentially adds on more functionality to $stateProvider... (function () { 'use strict'; angular .module('someModule', []...
OrangeJuice1-'s user avatar
0 votes
0 answers
31 views

Integrating Third-Party Authentication in an Angular Application with Spring Boot

I am in the process of developing an application with an Angular frontend and a Spring Boot backend. I would like to delegate the management of authentication, tokens, sessions, and refresh tokens to ...
Az''s user avatar
  • 1
0 votes
0 answers
23 views

Is there any textbox available which could work like a free textbox and also work as dropdown list in node.js or jQuery [duplicate]

I want to show options on mouse click in textbox like a dropdown list. And also I could enter my own text in free textbox (If option is not showing into the listing) using node.js or jQuery. dropdown ...
jsr india's user avatar
0 votes
1 answer
56 views

Form validation does not update errors Reactive Forms Angular

The email field is required and when filling it in, errors continue to appear in the field. https://stackblitz.com/~/github.com/leandrolopes13/myapp this.dataForm = this.formBuilder.group({ ...
Leandro Lopes's user avatar
2 votes
1 answer
51 views

SlideChange(Swiper) event is not functional

I have the following situation: I'm trying to use the Swiper library to change pictures as a carousel. I'm using Angular 16(I will soon upgrade to v18) and the latest version of Swiper, when selecting ...
Andrei's user avatar
  • 23
0 votes
0 answers
16 views

How to put icons inside the drop-down in Angular [duplicate]

I have a icon component. Then I have a dropDown component which I have build using ng-select. Then there is Home page where I want to dropdown to show up. The dropdown is dynamic, I have created an ...
Ashish's user avatar
  • 1
0 votes
0 answers
13 views

Can Angular 1.4.x legacy app be embedded in Springboot 3.4.0 with Dynamic web app 6.0 config for tomcat 10.1 or which version of dynamic web will work

I have a spring 4.2.5 app with embedded angular JS v1.4.x now I am revamping the Java code from Java 8 to Java 21 and tomcat 9 to tomcat 10.1.the UI will have it redeveloped in react later. But for ...
Shankar Raj.J's user avatar
1 vote
1 answer
29 views

NG8001: 'router-outlet' is not a known element:

i was having a problem at first I was trying to log in to connect with main when I logged in, but while I moved, I asked for help pro gpt and now an error appeared that I could not solve in any way, ...
Allan José's user avatar
1 vote
1 answer
34 views

unable to send data from parent component to child component showing child component is not known element

i am trying to send data from one component to another using selector of another component but unable to send that data showing below error NG8002: Can't bind to 'myCounter' since it isn't a known ...
Decoder's user avatar
  • 11
-1 votes
0 answers
18 views

How to Resolve Frontend Server Error in Angular

I’m encountering an error while trying to run my Angular frontend server. I’ve attached the error details in the image below: (https://i.sstatic.net/ivtPErj8.png) Here’s the setup I’m working with: ...
Rushi Patel's user avatar
1 vote
1 answer
13 views

Angular Unit Testing. How to mock HttpResponse (JasminKarma)

Currently trying to write unit test for frontend. but I'm having issues with how the expected type. I keep getting expected 'Expected<HttpResponse>' on my provided mock response. I have my mock ...
limiwinks's user avatar
1 vote
0 answers
36 views

Unable to Add Proxy in Angular CLI for Custom Configuration

I'm trying to set up a proxy in my Angular project to route specific API calls to a backend server. Here's the command I'm using to run the Angular application: ng serve --proxy-config proxy.conf.json ...
amitkrishna's user avatar
1 vote
0 answers
8 views

pre-filtering my rows in Angularjs with smart-tables

I try to pre-filter my collection of objects to be displayed in a smart-table. I don't want to make a filtered copy of the table in my controller because of the memory usage. The filter convert the ...
Cabu's user avatar
  • 564
0 votes
0 answers
25 views

Json result returning as empty [duplicate]

I wrote a method to get the stringified json as output but since it was blocking the UI i wrote this inside a timeout. now i'm getting the result as empty in UI. i want the json to show up without ...
Askyy's user avatar
  • 19
0 votes
0 answers
20 views

How can i display custom tooltip in Plotly.js and append traces with the same value if any, in a single tooltip

I have a Plotly graph with multiple traces which includes line as well as bar plots. If 2 traces have the same value at a point, the tooltip displays only the value of a single trace. I attempted to ...
Alphonsa John's user avatar
1 vote
1 answer
75 views

Datepicker not refreshing data

I´ve been trying to solve a problem I´m having beeing it the next one: I have 2 datepickers: Delivery Date Picker: <div class="input-group date form_datetime times" id="date_entrega&...
Zenin0's user avatar
  • 41
0 votes
0 answers
78 views

Form.io hide Component tabs like API, Conditional, Logic and Layout tabs

I am working on the form.io from builder integration part. I am not able to hide API, Conditional, Logic and Layout Tabs. I am using angular JS version 1. Here i have added default configuration for ...
Parth Raval's user avatar
  • 4,395
0 votes
0 answers
78 views

I cant manage to track Single Page Apps (Angular) with Google Tag Manager

Hi I have setup Google Tag Manager and added the script in the index file following the instructions and I added the AngulariticsModule, Angularitics2GoogleTagManager. But when I go to Google Tag ...
Adam's user avatar
  • 39
1 vote
0 answers
64 views

Issue While Navigation in the Angular application

this.router.navigate(['/d/admin', this.uuid], { state: { username: this.user.username }, }); I'm using like this to navigate in angular project but the issue that i'm facing is ...
Mohit Patel's user avatar
0 votes
0 answers
51 views

Pagination for nested accordion in AngularJS

Could someone assist me with adding pagination within an accordion? I'd really appreciate the help! HTML Code: <body> <div ng-controller="MyController"> <div class=&...
user2748161's user avatar
1 vote
0 answers
57 views

Angular 18 mat-table with border radius and row-hover

Version: angular and angular/material 18.2.8. I currently implemented my tables like this: styles.scss table { background-color: transparent !important; } .table-card { margin-top: 20px; ...
Christian's user avatar
  • 894
0 votes
0 answers
72 views

No loader is configured for ".node" files: node_modules/canvas/build/Release/canvas.node

I am encountering an error when attempting to use Canvas in a newly created Angular project with version 18.x.x. I would appreciate any guidance on resolving this issue. The error details are as ...
Anish Sharma's user avatar
0 votes
0 answers
21 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 ...
noeyeat's user avatar
  • 335
0 votes
1 answer
54 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, ...
Zanyar Azad's user avatar
0 votes
0 answers
16 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 ...
ABRAFO's user avatar
  • 51
1 vote
1 answer
104 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 ...
Christian's user avatar
  • 894
1 vote
1 answer
48 views

Does not update ngModel associated with the check box

<label class="checkiconImg bg-white"> <input type="checkbox" [(ngModel)]="quoteSupplierCover.isShowInComparisonTool" /> <...
dikshant devkota nightcrawler's user avatar
0 votes
0 answers
14 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 ...
Awais Ali's user avatar
0 votes
0 answers
41 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 ...
Marko Milicevic's user avatar
0 votes
0 answers
32 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 ...
Genince_Bronx Marketing Lifest's user avatar
1 vote
0 answers
20 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"&...
techNdoda's user avatar
0 votes
1 answer
82 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 ...
Abdullah Khalid's user avatar
1 vote
1 answer
44 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 ...
SR3599's user avatar
  • 15
0 votes
0 answers
20 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 ...
Navjyoti Rath's user avatar
0 votes
0 answers
55 views

java POST rest API not working to accept file from AnugularJS

Using angularJS to send post request to Java application however get 405 post not allowed. Goal is to send file to java server through angularjs post request. Angular JS code: var imgMetadata = {...
Aditya Bhatnagar's user avatar
0 votes
1 answer
106 views

How to integrate an Angular 16 application into an existing AngularJS (v1.x) application?

I am working on a project that currently uses AngularJS (v1.x). We want to slowly migrate some parts of it to Angular 16 without doing a complete rewrite at once. Specifically, I want to call a ...
Parth Raval's user avatar
  • 4,395
0 votes
0 answers
29 views

AngularJs template request and $compile with ng-controller

This is a very old system, that we're not in a spot to update to something modern... just wanted to get that out there. I'm working on a project that is based on Angular 1.5. I've been tasked with ...
B-M's user avatar
  • 1,288
0 votes
0 answers
85 views

How to recover when refresh token expired with angular and auth0 sdk

I use auth0 with its angular sdk (version 2.2.3) and AngularJs 18. I noticed when debugging another problem with reduced refreshtoken lifetime that auth0 returns a 403 invalid_grant when the refresh ...
Christian's user avatar
  • 894

1
2 3 4 5
5248