Skip to main content
0 votes
1 answer
104 views

I recently implemented SSR in my Angular 21 application using: ng add @angular/ssr Usually, for browser rendered Angular apps, I place a small loading indicator into my app-root to reduce the time ...
LukyFoggy's user avatar
  • 699
0 votes
1 answer
102 views

I am using HttpOnly Cookies for JWT authentication in my Angular v20 app. I have SSR enabled. During Login, the cookies are sent to the client. I have an HttpInterceptor that seems to work to forward ...
Asad Koths's user avatar
1 vote
0 answers
87 views

Background: I am working on an Angular 20.3.10 application where I use signals for managing the state of a collection of toast messages. I have SSR and Zoneless enabled and have a web worker ...
Asad Koths's user avatar
1 vote
0 answers
50 views

If build&deploy non-ssr localized versions as subdomains like en.example.org uk.example.org fr.example.org angular.json configuration looks like "i18n": { "...
Dmitry's user avatar
  • 11
1 vote
0 answers
69 views

We're experiencing a consistent 1-1.5 second delay in our Angular SSR v20.2.2 application that occurs after all Angular rendering completes but before the response is sent to the client. The delay ...
DevJules's user avatar
  • 332
0 votes
0 answers
86 views

I'm using Angular SSR (@angular/ssr) with the AngularNodeAppEngine for server-side rendering. I\ve set up a strict Content Security Policy (CSP) that requires using nonces for inline scripts and ...
Stan van Heumen's user avatar
0 votes
0 answers
56 views

I'm using Angular 19 with Static Site Generation (SSG) and my ngOnInit method is not executing during the build process. The API calls are only made when clients load the page in the browser, ...
Wierzba's user avatar
  • 11
1 vote
0 answers
240 views

I'm currently working on an Angular 20 project with Server-Side Rendering and the ngx-translate library. I've already read through the ngx-translate docs and found this about fixing UI glitches when ...
Bob Gravity's user avatar
2 votes
2 answers
96 views

The below [ngClass] expression doesn't insert the class name into DOM when Angular starts hydrating (only after it's finished). <div class="document-pane" [ngClass]="{'single-view-...
Desperado's user avatar
  • 322
1 vote
1 answer
101 views

I'm working with a SSR Angular 20 and noticed Resource could be called twice : Here's an example of the code: Service: code = signal<string | undefined>(undefined); authCode = resource< { ...
Ncls7523's user avatar
0 votes
1 answer
58 views

I'm trying to migrate my Angular App to an Angular SSR for better SEO. I need to provide the html's lang attribute depending on the route : If the route starts with /fr, set it to fr If the route ...
Mattew Eon's user avatar
  • 1,815
1 vote
2 answers
393 views

Note: My knowledge of JS frameworks and TS is essentially non-existent. I'm trying to create an SPA with SSG. I have a main component I'm trying to display a webAMP in. Which needs to access document. ...
user30935374's user avatar
1 vote
0 answers
159 views

I just started implementing Angular SSR with Angular Ionic Capacitor. However I am becoming skeptic if this even works, after running into some issues like: ERROR ReferenceError: window is not defined ...
Felix Olszewski's user avatar
2 votes
2 answers
131 views

I have been working on a login feature for a website I am making using Angular and Supabase. I have two separate services, one where the Supabase client is initialized, and another where ...
BraedenTurner22's user avatar
2 votes
2 answers
1k views

I have an Angular project, and I'm attaching the app.routes.ts file. When I test it with ng serve, the app seems to work perfectly, but when I try to build it I always get this error: ✘ [ERROR] The '...
Pierpaolo Croce's user avatar

15 30 50 per page
1
2 3 4 5
13