Currently we have NgRx Store on the Server, but we need to pass these easily to the client, then initialize the Store with those values. This way if someone uses the Store to handle a lot of their application they can transfer cache/state here instead.
This is another option as opposed to HttpCacheService.
(Could be connected with ngrx/store#294)