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 0d1759d commit c5d7911Copy full SHA for c5d7911
demo/server.ts
@@ -1,5 +1,5 @@
1
import { APP_BASE_HREF } from '@angular/common';
2
-import { CommonEngine } from '@angular/ssr';
+import { CommonEngine } from '@angular/ssr/node';
3
import express from 'express';
4
import { fileURLToPath } from 'node:url';
5
import { dirname, join, resolve } from 'node:path';
0 commit comments