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
Is your feature request related to a problem? Please describe
The new AngularNodeAppEngine in developer preview enables hybrid rendering, and also provides the request/response context to build-in tokens from the @angular/core package. However, with AngularNodeAppEngine, we are no longer allowed to configure custom providers in servrer.ts.
Describe the solution you'd like
Should try to fetch the request information from the built-in REQUEST token:
Hello 👋 @Char2sGu Thank you for raising an issue. We will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible. Feel free to raise a PR if you can fix the issue
Should try to fetch the request information from the built-in REQUEST token
I agree with the proposed solution. The package should probably pivot to using the tokens provided by the @angular/core package instead of exposing shared tokens from @ngx-cookie-service-ssr. It's interesting that the Angular team removed these tokens as a part of the rebranding/retirement of Universal, just to bring them back in the v19 preview.
Is your feature request related to a problem? Please describe
The new AngularNodeAppEngine in developer preview enables hybrid rendering, and also provides the request/response context to build-in tokens from the
@angular/core
package. However, withAngularNodeAppEngine
, we are no longer allowed to configure custom providers inservrer.ts
.Describe the solution you'd like
Should try to fetch the request information from the built-in
REQUEST
token:Describe alternatives you've considered
Document the usage with AngularNodeAppEngine.
Additional context
No response
The text was updated successfully, but these errors were encountered: