In Angular I have tried using localstorage it’s not available in ssr. So I have tried ngx-cookie-service
https://www.npmjs.com/package/ngx-cookie-service
Here I cannot include provider in angular service or angular guard. Is there any better storage available to use in both frontend and backend?