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
The router state won't be serializable because the value of routeConfig.title will be TestResolver class.
Minimal reproduction of the bug/regression with instructions
The value of the routeConfig.title property should be resolved title.
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
NgRx ^14.0.0
Angular ^14.0.0
Other information
When resolved, the route title will be part of the route.data object, but its key is a symbol (Symbol('RouteTitle')) that is not part of the public API.
I would be willing to submit a PR to fix this issue
Yes
No
The text was updated successfully, but these errors were encountered:
Minimal reproduction of the bug/regression with instructions
If a route uses custom title Resolver:
The router state won't be serializable because the value of
routeConfig.title
will beTestResolver
class.Minimal reproduction of the bug/regression with instructions
The value of the
routeConfig.title
property should be resolved title.Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
NgRx ^14.0.0
Angular ^14.0.0
Other information
When resolved, the route title will be part of the
route.data
object, but its key is a symbol (Symbol('RouteTitle')
) that is not part of the public API.I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: