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
refactor(@angular/ssr): skip rendering root page during route extraction
To prevent rendering the root route while extracting routes, a non-existent path (`/ng-extract-routes`) is intentionally used. This ensures unnecessary rendering during the route extraction process where now only the app component is rendered.
0 commit comments