Skip to content

Commit 05cae95

Browse files
committed
fix(daffio): add default export to main.server.ts
this is apparently a requirement: angular/angular-cli#26922
1 parent 171257a commit 05cae95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/daffio/src/main.server.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ if (environment.production) {
66
enableProdMode();
77
}
88

9-
export { AppServerModule } from './app/app.server.module';
9+
export {
10+
AppServerModule,
11+
AppServerModule as default,
12+
} from './app/app.server.module';

0 commit comments

Comments
 (0)