After setting up and running with SSR, Angular initially renders on the server.I’m on angular version 18.1.0
After the initial load, Angular takes over and the application operates as a Single Page Application (SPA) using Client-Side Rendering (CSR). I’d like to confirm if I can use the site as a static application or with continuous SSR after the initial server-side rendering.
Imagem ssrStatic
Fábio Brasileiro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2