Ssr
How to make Strapi Client work with Angular SSR
Strapi Client presentation Strapi released a client library that works directly with the Strapi API. You can install it with the f...
How to deploy an SSR angular app on Vercel
To deploy an SSR angular app on Vercel you need to use server less functions. Each request will invoke the serverless function, wh...