You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why?
In order to support SEO, we should have some provision to allow google crawl the webpages with all the relevant information. This needed a requirement for server side rendered version of this application.
This change addresses the need by:
Adds Angular universal support.
Updated the code using window, document, local storage with Browser platform checks
Updated meta information for main app component.
[delivers #159558419]
0 commit comments