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
If I add matcher to routes, parseAngularRoutes fails to extract even static routes (I don't expect it to work with matcher, but at least it should work with static routes). Checkout this commit and run prerender script from package.json to see the result.
It has already been discussed with Angular team here: angular/universal#1479 (It was concluded that the problem was not from Angular's side).
The text was updated successfully, but these errors were encountered:
If I add
matcher
to routes, parseAngularRoutes fails to extract even static routes (I don't expect it to work with matcher, but at least it should work with static routes). Checkout this commit and runprerender
script from package.json to see the result.It has already been discussed with Angular team here: angular/universal#1479 (It was concluded that the problem was not from Angular's side).
The text was updated successfully, but these errors were encountered: