Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 990 Bytes

File metadata and controls

24 lines (16 loc) · 990 Bytes

Angular Universal

This example demos a basic host/remote application with TypeScript.

Running Demo

Run yarn start. This will build and serve both host and client on ports 4000 and 5000 respectively.

note: If you are running this example for the first time, run ngcc at the repo root before start.

Known issues

  • Hot reloading – work in progress
  • Development mode breaks SSR build
  • Standard ng build doesn't work
  • Package @ngtools/webpack has been patched, as it doesn't support Webpack 5
  • Webpack 5 beta 16 is patched because of webpack/webpack#10830
  • Client bundle size
  • Warnings