Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

I added the Angular SSR boilerplate code to my existing Angular 21 project by using the schematics ng add @angular/ssr which generated the following files: server.ts main.server.ts app.module.server....
0 votes
2 answers
127 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 ...
0 votes
1 answer
123 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 ...
1 vote
0 answers
88 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 ...
1 vote
0 answers
54 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": { "...
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 ...
0 votes
0 answers
91 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 ...
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, ...
1 vote
0 answers
249 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 ...
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-...
1 vote
1 answer
103 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< { ...
0 votes
1 answer
59 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 ...
1 vote
2 answers
406 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. ...
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 ...
2 votes
2 answers
133 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 ...

15 30 50 per page
1
2 3 4 5
...
13

AltStyle によって変換されたページ (->オリジナル) /