Angular universal flickring with Transfer state
问题 I am using angular 7 and nodejs express for backend API, I am using angular universal for server-side rendering for SEO perspective After SSR website is flickering, I am using JWT token-based authentication and sending token in every Http request for check token is valid or not For remove flickering, I have tried multiple ways to avoid flickering Using Transfer state for manage caching and avoid duplicate https request, it's working perfectly but the problem is I am not getting token from