Dharmen Shahblog.shhdharmen.me·Apr 29, 2024Exploring Angular SSR: Development, API, Prefetching and DeploymentBy end of this article, you will have idea about following: Creating REST APIs in Angular SSR using Express Running the Angular SSR app locally with server Fetching data from APIs Prefetching Creating production build (with sitemap) How to run ...16 likes·1.8K readsAngular SSRAngular
Dharmen Shahblog.shhdharmen.me·Nov 25, 2023How to handle browser storage in Angular SSR?Server-side applications may not have access to certain browser APIs and features. They are unable to utilize browser-specific global objects such as window, document, navigator, or location, and certain HTMLElement properties. Typically, code that d...12 likes·3.4K readsangular-ssr