We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dcfd1 commit b249a62Copy full SHA for b249a62
packages/angular/ssr/src/utils/ng.ts
@@ -109,7 +109,7 @@ export async function renderAngular(
109
110
if (!routerIsProvided) {
111
hasNavigationError = false;
112
- } else if (lastSuccessfulNavigation?.finalUrl && initialUrl !== null) {
+ } else if (lastSuccessfulNavigation?.finalUrl && initialUrl !== undefined) {
113
114
115
const { finalUrl } = lastSuccessfulNavigation;
0 commit comments