xplat icon indicating copy to clipboard operation
xplat copied to clipboard

universal support

Open NathanWalker opened this issue 7 years ago • 1 comments

  • xplat/ssr for shared universal bits as well as nest integrations
  • universal app generation or targeting of existing apps for universal integration

NathanWalker avatar Aug 12 '18 19:08 NathanWalker

It could be more powerful to also make ng-udkc integration

The found benefits are

  • Faster development cycle with server hot reload
  • Exporting server from bundle produced by build-angular:server to avoid extra node application
  • udk-builder provides partialServerConfig option when it comes to necessity to include/exclude certain dependencies due to memory/space quotas for Firebase functions

Universal Development Kit https://github.com/enten/angular-universal

Nest + Angular Universal https://github.com/kamilmysliwiec/universal-nest

bohushvitali avatar Jan 27 '19 13:01 bohushvitali