Skip to content

Instantly share code, notes, and snippets.

@anthanh
Created December 10, 2017 23:18
Show Gist options
  • Save anthanh/8b7b252e1e58d706acf36b2ac92d96ba to your computer and use it in GitHub Desktop.
Save anthanh/8b7b252e1e58d706acf36b2ac92d96ba to your computer and use it in GitHub Desktop.
Angular 5 with Universal and TransferState: Main server file
// main.server.ts
export { AppServerModule } from './app/app.server.module';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment