This example demos a basic host/remote application with TypeScript.
Run yarn start. This will build and serve both host and client on ports 4000 and 5000 respectively.
- localhost:4000 – Angular host-app with SSR
- localhost:5000 – Standalone client app
note: If you are running this example for the first time, run ngcc at the repo root before start.
- Hot reloading – work in progress
- Development mode breaks SSR build
- Standard
ng builddoesn't work - Package
@ngtools/webpackhas been patched, as it doesn't support Webpack 5 - Webpack 5 beta 16 is patched because of webpack/webpack#10830
- Client bundle size
- Warnings