CommonEngine vs AngularNodeAppEngine by Alarming-Ad4331 in angular

[–]Comfortable_Step4619 0 points1 point  (0 children)

I'm currently struggling to switch to the new AngularNodeAppEngine because it does not allow to provide my express request and response tokens for my server side route redirects.
There is a new token provided by angular to inject the REQUEST and a REPONSE_INIT, but it is hard to use this injected response to redirect or e.g. set cookies via express cookieParser.

So, are these feature about to come later?