Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

so, i am working on a simple angular app where i fetch data from an API then load it in the html template. import { Component, inject, OnInit } from '@angular/core'; import { ReclamationService } ...
xenon zogratis's user avatar
0 votes
0 answers
27 views

Problem I have a token object stored in localStorage: { accessToken: string idToken: string refreshToken: string } When I resfresh the page I have the following interceptor built: import {...
Mark Hill's user avatar
  • 1,851
-1 votes
1 answer
53 views

Looks like Angular version 18.2.14 has a bug on @Directive standalone compiling the directive: import { Directive, ElementRef, HostListener } from '@angular/core'; @Directive({ selector: '[...
Justin's user avatar
  • 1,164
0 votes
0 answers
36 views

We have a Angular Web app which has a node js backend. We are using currently node version Y. For CICD we are using a Jenkins server. Jenkins server and web server are both using node version Y. ...
user32206118's user avatar
0 votes
1 answer
54 views

Every time I write a primeng button for some reason in the browser inspector (even when it´s on phone view) the padding (or text) of the button looks centered: However in my phone Google Chrome does ...
Horacio García Magallanes's user avatar
0 votes
1 answer
43 views

In Angular, assuming I have this component where automationId is updated every new content while txt is updated less frequent. During those times that txt is NOT updated or the value remains as the ...
user3714598's user avatar
  • 1,783
0 votes
0 answers
33 views

It seems that Primeng input control has a fixed size (width) under the hood. I tried to limit the width in order to fit in a grid layout but failed: the control is wider than its container. For a ...
cpliu338's user avatar
  • 647
1 vote
2 answers
58 views

I am using the PrimeNG Accordion component where the first panel contains a form and the second and third panel contain tables. See an example here: https://stackblitz.com/edit/wawhkkem-rwy91iox <...
INC's user avatar
  • 11
0 votes
0 answers
67 views

i have a use case where I have a MatTree<Item> where Item contains a key property. Given a specific key , i would like to expand the MatTreeNode and its parent recursively till root. Currently, ...
Ariba Siddiqui's user avatar
1 vote
0 answers
46 views

Problem When clicking on an ngbDatepicker input to open the datepicker popup, I get the following runtime error: ERROR RuntimeError: NG0203: takeUntilDestroyed() can only be used within an injection ...
Oussama hennane's user avatar
1 vote
0 answers
77 views

I’m setting an HttpOnly cookie in the browser every time a user logs in or signs up on my website. This cookie contains a refresh token that I use to get a new access token. The problem is that the ...
Mohamed El_Brabary's user avatar
Best practices
1 vote
1 replies
33 views

I am using a ResizeObserver to monitor an element's dimensions. When the size changes, I update a Signal (or state variable) that is bound to a CSS Variable in my template. This CSS variable then ...
Murhaf Sousli's user avatar
1 vote
1 answer
93 views

We'd like to install the latest Tailwind (v4) into our Ionic/Angular project so we can use its utility-first approach. I've tried the guides mentioned here: Angular guide Capawesome guide Workaround ...
Just Shadow's user avatar
  • 12.1k
2 votes
2 answers
81 views

After migrating to Angular CLI 20.3.6 and Node.js 24.0.0 When building an Angular library using ng build --configuration production library, the build process crashes sporadically with exit code -...
Asif Zaidi's user avatar
2 votes
1 answer
47 views

I am creating a ComponentPortal for use in an overlay like so. const myPortal = new ComponentPortal(MyComponent, null, Injector.create({ name: 'MyPortalInjector', parent: this.injector, // ...
Zachu's user avatar
  • 81

15 30 50 per page
1
2 3 4 5
20452