Skip to content

Commit

Permalink
feat(@schematics/angular): add export to renderModule in server mai…
Browse files Browse the repository at this point in the history
…n file

This will be used by universal and app-shell to render the server module
  • Loading branch information
alan-agius4 authored and Keen Yee Liau committed Sep 10, 2019
1 parent fb24f30 commit 9602003
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ if (environment.production) {
}

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

0 comments on commit 9602003

Please sign in to comment.