Skip to content

Commit 9602003

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
feat(@schematics/angular): add export to renderModule in server main file
This will be used by universal and app-shell to render the server module
1 parent fb24f30 commit 9602003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/universal/files/src/__main@stripTsExtension__.ts.template

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ if (environment.production) {
77
}
88

99
export { <%= rootModuleClassName %> } from './app/<%= stripTsExtension(rootModuleFileName) %>';
10+
export { renderModule } from '@angular/platform-server';

0 commit comments

Comments
 (0)