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

All Questions

Tagged with
0 votes
0 answers
35 views

Angular build failing on Jenkins saying angular cli requires minimum node js version of v14.20,v16.13 or v18.10. Although the build passes locally

I have migrated to angular 15. And I have node version 16 installed on my local system (laptop). When I run the build locally it passes(npm run build --prod), but when I trigger it on Jenkins it fails ...
Avinash Singh's user avatar
1 vote
1 answer
53 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
1 vote
2 answers
31 views

Angular local library component rendering error (reading 'bindingStartIndex')

I've got a thing to discuss on Angular 12/13. I'm not a huge frontend hero, and have never dealed with own angular libraries, so may be I'm asking stupid questions, so sorry, but.. Here (github) a ...
Andrew Ku's user avatar
-1 votes
0 answers
32 views

deploy frontend made in angular 13 with parameters in IIS

I need help deploying an Angular 13 frontend in IIS. The application uses URL parameters, but I'm getting a 404 error when deployed.enter image description here The frontend works correctly on ...
Andrea Tabares's user avatar
-1 votes
0 answers
38 views

Integrating 2 Angular apps

I am part of a university team called spacedot and we have created a frontend project in Angular that uses Yamcs software. We want to merge or integrate the 2 projects into 1 because Yamcs is using ...
jason 's user avatar
  • 103
0 votes
0 answers
27 views

Getting CDK overlay to stick within a card

I am using CDK overlay to render an Action dropdown but when the dropdown comes it has a fixed position and kinda is off the card hence when I scroll it stays at the same place. html for the overlay ...
user26114839's user avatar
0 votes
3 answers
66 views

What is the best way to run a function after the DOM has loaded or view is rendered?

I have a usecase where I want to highlight the previously selected channel type(SMS or VOICE) option by user to recieve the OTP. I have already tried implementing ngAfterViewInit() like below. ########...
Thejas gowda's user avatar
1 vote
1 answer
33 views

How to render the dynamic angular code which is stored in a string type variable

["Hello, How are you <div *ngIf="csmPage?.buttons?.length > 0" class="button-container"> <div *ngFor="let button of csmPage.buttons"> ...
Awais's user avatar
  • 7
1 vote
1 answer
48 views

PrimeNG, InputOtp cant change values of already filled input

I'm using the p-inputOtp component from PrimeNG for OTP input. I've noticed that I can change values until three out of four boxes are filled, but once all four boxes are filled, I can't modify the ...
Adam's user avatar
  • 39
0 votes
1 answer
47 views

Snake Game with Angular - Snake not spawning

I am in the first step of creating a snake which requires to: 1- create the game board 2- create the snake and the fruit 3- display the snake and the fruit o The problem is that the board is updated ...
UnPatched Main's user avatar
1 vote
1 answer
45 views

Angular Material doesn't load certain icons

Using angular (17.2.1), @angular/material (17.3.7) and I can't seem to load certain icons coming from Google Fonts Icons. An example of an icon that isn't loading is e911_emergency. This is how I'm ...
R1D3R175's user avatar
  • 106
2 votes
1 answer
32 views

How to generate one ts file Rather than four file during generate component in angular17?

It's any way to create component with cli to select the files of generate component? Or it can only set in the template in editors. Sometimes, I need to create a simple component and i want to create ...
M.H's user avatar
  • 79
1 vote
1 answer
59 views

Angular 2+ the Selected tab stays selected after i reload the page

I want the selected tab stays selected after I reload the page, but this wont happen. In The first image, I'm in the second tab which displays itself in the URL and in the navbar, This is before ...
erfan shafighnia's user avatar
0 votes
0 answers
14 views

Incombatibility isuues between Angular 14 (es2020) and Coreui/Angular

While upgrading to Angular 14 was successfull, when I tried to build the project I got an error TS2318: Cannot find global type 'BigInt. I updated the lib of tsconfig.json to es2020 from es2017 and ...
Andreas's user avatar

15 30 50 per page
1
2 3 4 5
85