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

When creating an angular rxjs interop using rxResource, an initial call to my http resource is made on creation. Is there a way to prevent this?
Herr Derb's user avatar
  • 5,585
2 votes
1 answer
71 views

In below diagram you can see type checking is working correctly for the signal object, but not for the let object, even though both of them are of same type- Example on stack blitz- https://...
Sidharth Bajpai's user avatar
0 votes
0 answers
41 views

I have an Angular application using NgRx. I have two API endpoints: 1. GET /entities → returns a list of all entities 2. GET /entities/:slug → returns a single entity by slug I want to manage both in ...
Lebanta's user avatar
  • 53
0 votes
0 answers
49 views

[email protected] allowed the following code monaco.languages.typescript.typescriptDefaults.addExtraLib( rxjsIndex, 'file:///node_modules/rxjs/index.d.ts' ) Thats not possible anymore in ...
Muhamed Karajic's user avatar
4 votes
1 answer
90 views

It starts but when I try to visit it from browser, it gives error- ERROR: Bad Request ("http://localhost:4200/"). URL with hostname "localhost" is not allowed. For more information,...
Sidharth Bajpai's user avatar
Advice
3 votes
3 replies
66 views

I have an Angular app and I'm trying to modernize with Signals. I'm having some trouble understanding how to handle the side effects of an http call, namely, what would happen in the next and error ...
MRichards's user avatar
  • 145
2 votes
3 answers
51 views

We're upgrading an Angular application from 16 to 21. As part of the upgrade we're running into an issue updating some of our forms that use the [ng-select](https://www.npmjs.com/package/@ng-select/ng-...
James Skemp's user avatar
  • 8,631
Best practices
0 votes
1 replies
58 views

PrimeNG and NG-ZORRO as UI Library, which is better for large enterprise grade Angular application? Where customization will be easy, less pain and all features will be available. I feel PrimeNG ...
GM Arif's user avatar
-2 votes
1 answer
79 views

I'm using angular, I have provided exact code, drawer z-index is greater than app-context-icons then also, drawer div is not coming above the app-context-icons I'm not allowed to change the layout or ...
Kathiravan S's user avatar
1 vote
1 answer
120 views

I am trying to build an HTTP application with Angular 20 and having an issue with one of my components. I am making a HTTP GET call with one of my services to an API and returning all events I can ...
Sinotten's user avatar
2 votes
1 answer
48 views

I'm using multiple PrimeNg Dynamic Dialog on my app and I would like to close all of them at once when the process ends. Let's say I open a 1st, then a 2nd, then a 3rd. I open the 1st like this : ...
Neyt's user avatar
  • 512
1 vote
1 answer
85 views

I’m using Angular 21 with standalone components and Vitest (via @angular/build:unit-test). I have a parent standalone component that imports a child component: @Component({ selector: 'app-child', ...
ismaestro's user avatar
  • 8,317
0 votes
0 answers
60 views

I use the Angular DevTools, but since yesterday the signal graph functionallity has not been showing anything. Any idea why?
Maarten's user avatar
  • 11
1 vote
1 answer
74 views

I have structure where I need to use a shared service variable showChangeLimits in order to trigger a component to show however on changing the value of the variable I loose the value of the ...
RRB's user avatar
  • 2,162
2 votes
1 answer
81 views

I have structure where I need to use a shared service variable `showChangeLimits` in order to trigger a component to show however on changing the value of the variable I do not see the component show ...
RRB's user avatar
  • 2,162
0 votes
1 answer
35 views

I have a problem with one dependency after migration to application builder with SRR. "build": { "builder": "@angular/build:application", ... } Crypto-hash ...
NullPointerException's user avatar
-3 votes
1 answer
84 views

I've been diving deep into Angular Signals and trying to understand their actual impact on Change Detection (CD) in real-world applications where going fully zoneless is not yet practical. Here is my ...
Katerina's user avatar
1 vote
1 answer
62 views

How can I achieve exhaustive typechecking in `@switch` blocks in Angular templates ? I can do type Status = | { kind: 'idle' } | { kind: 'loading' } | { kind: 'success'; data: string } | { ...
Matthieu Riegler's user avatar
0 votes
0 answers
74 views

We upgraded our application from Angular 20 to Angular 21. After the upgrade, we are seeing this runtime error only on cold start (after clearing browser cache and local storage): TypeError: platform2....
Dhanesh Mane's user avatar
0 votes
0 answers
75 views

I'm building a small project in Angular, it consists of a web page with REST and backend simulating being a blog. When I execute ng serve, it took about 36 seconds or more. I think it's not normal and ...
David Eduardo's user avatar
Best practices
0 votes
2 replies
51 views

I am interested in the Nx. I began to use that. I created a basic Example using dynamic module federation for a micro-frontend-based app. The workspace has a host, main-host, and three remotes ...
L. Kvri's user avatar
  • 1,752
2 votes
2 answers
152 views

I recently updated from Angular 19 to 21 latest. A bunch of my variable changes are not detected anymore. The simplest example is my waiting srceen: <div class="loading-overlay"> &...
Foxhunt's user avatar
  • 1,056
2 votes
1 answer
60 views

I'm trying to create a form with dynamic form controls. Say I have my Signal Form setup like this: const FormType = { A: 'A', B: 'B' } as const; type FormType = (typeof FormType)[keyof typeof ...
Eric R's user avatar
  • 735
2 votes
1 answer
64 views

I have a custom dropdown component that uses ng-bootstrap's NgbDropdown under the hood. I am trying to add the 'placement' input to the hostDirective, but this does not seem to do anything. This is ...
BlueBellPepper's user avatar
0 votes
0 answers
51 views

I wanted to put a video on background for my site, for some reason the video showed up but didnt play at all, it only played sometimes randomly, I expect it to be something about the browser, I use ...
Red's user avatar
  • 1
0 votes
0 answers
52 views

I'm using Swiper 12 with Angular 21 (swiper-element web components) and I have two synced carousels - one image carousel and one text carousel. Setup Both carousels: slidesPerView: 1 loop: true ...
Lebanta's user avatar
  • 53
1 vote
1 answer
66 views

Version: ngx-bootstrap 21.0.1, Angular 21.1.4 Description: PositioningService constructor calls takeUntilDestroyed() inside NgZone.runOutsideAngular() callback (positioning/fesm2022/ngx-bootstrap-...
Mukesh Kumar's user avatar
3 votes
1 answer
67 views

I built an Angular 20 app with: "build:prod:with-base": "ng build --configuration production --output-hashing=all --base-href /new/ --deploy-url /new/ && node ./build/post-build....
Rakesh Patil's user avatar
0 votes
0 answers
57 views

I'm developing a full-stack app, using Angular and Java Spring, I put a log on the constructor just to know if the user has an access token, in this case it has, because I just logged in on the webapp,...
Ian Leme's user avatar
2 votes
0 answers
50 views

I'm building a page that get data from my backend and I need this data as soon as the user enter the page, so I need to use OnInit probably, but I'm getting these two errors. I was calling my method ...
Ian Leme's user avatar
2 votes
1 answer
74 views

I am trying to use the ionic router outlet, in an Angular Standalone app. I have set the ion-router-outlet in the app.component.ts and calling router.navigate. The URL is changing, the fallback page ...
Foxhunt's user avatar
  • 1,056
1 vote
2 answers
116 views

We use Angular V21.1, form signals and angular material. We have two select boxes. The selection of the first select box fills the second one with data. Here is the code: Template: <div> <...
Simon's user avatar
  • 5,056
0 votes
0 answers
24 views

I am using the Kendo Grid toolbar component with filtering enabled through the kendoGridFilterTool directive. All filter types work correctly except for the DatePicker filter. When I try to select a ...
Michele Bianchi's user avatar
1 vote
0 answers
36 views

After installing FlyonUI into angular 20.x and 21.x, I am unable to import and use the components. for example import { HSAccordion } from "flyonui/flyonui"; Generates a warning in the ...
The Oracle's user avatar
  • 2,523
4 votes
1 answer
81 views

While trying to run vitest for Angular v21 we are getting Error:Component 'Redirect' is not resolved: - templateUrl: ./redirect.html - styleUrl: ./redirect.scss Command Used : npx vitest run src/app/...
Nithin P.H's user avatar
0 votes
0 answers
14 views

In my nx monorepo, the lint or build process is not noticing linter errors inside the .html files that my Angular language tools can detect. For example a unsafe variable access: someObject[...
Nestoro's user avatar
  • 873
Best practices
0 votes
3 replies
80 views

I'm working with an rxjs stream where I need to maintain some shared state across multiple sequential operations: valueChange$.pipe( concatMap(x => ...
Codisattva's user avatar
Advice
0 votes
4 replies
65 views

I'm not a natural with css/html and realise that my question probably demonstrates my general lack of knowledge around positioning and sizing in css. I am building an enterprise solution. Across the ...
royneedshelp's user avatar
0 votes
0 answers
41 views

I'm using basic configs that I got at documentation and after my user is logged in it should redirect the user to a specific path, what I was doing is something like this. And one more thing is that ...
Ian Leme's user avatar
Advice
0 votes
2 replies
75 views

I’m learning Angular and currently comfortable with Reactive Forms, API integration, authentication (JWT/cookies) and basic state handling. I’ve implemented login flows, and conditional UI rendering. ...
Souvik Samanta's user avatar
0 votes
1 answer
53 views

I'm using Angular v20 and the ng2-charts library to create a reusable component that draws the chart for me. I'm sure the problem is within my component. BarChartHorizontalComponent. ...
VirtualCom's user avatar
2 votes
2 answers
91 views

I'm using Laravel as REST API. My frontend should show All Permission All Roles All Roles with their specific Permissions My Errors (F12) (11) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] ...
ChichiKugel's user avatar
Best practices
0 votes
4 replies
107 views

Currently, we need to migrate all Reactive Forms forms in the project to the new Angular 21+ Signal Forms. The form is very complex, multi-level, with FormGroups within FormGroups, etc. Therefore, we'...
ZeiramMe's user avatar
-1 votes
0 answers
36 views

Background I'm working on an Angular application that uses Webpack Module Federation to implement a micro frontend architecture. I recently extracted a module from my main application (host) and ...
Abel Tomy 's user avatar
1 vote
1 answer
105 views

I'm trying to implement a Keycloak login in Angular. I'm using Angular 21 and I got this error. Most of this code I got from a support and from a video. In the video the guy is using Angular 12.0.0, ...
Ian Leme's user avatar
2 votes
0 answers
66 views

I am facing a very strange behavior in my Angular project. It will be quite challenging for me to fully explain, and for you to find out what the problem is. The Angular version is 20.3.15. The app ...
JTHOUMEL's user avatar
2 votes
1 answer
59 views

Introduction I'm currently migrating some projects from Keycloak Angular v18 to v19, with its big rework. One of the changes is that you now have to use the provideKeycloak() method in the providers ...
Panossa's user avatar
  • 437
3 votes
1 answer
115 views

I have many methods (GET, POST, PUT..) like this: profile(): Observable<UserProfileInfoDTO> { return this.http.get<UserProfileInfoDTO>(this.apiUrl + '/user/profile'); } On the server, ...
dmitrich0's user avatar
4 votes
2 answers
136 views

I am trying to create a terminal Pop-up which types out a message then redirects. The terminal does pop-up and the cursor is visible but the message does not get typed out. I have debugged it a few ...
Rishkar Maharaj's user avatar
-1 votes
0 answers
134 views

I changed my angular (version 21) application from HTTP to HTTPS, after changed the application it throws an abort exception for every request. Can anyone give a advice to solve this issue?. chrome ...
JagathNalin's user avatar

1
2 3 4 5
6134