angular/aio/content/examples/ssr
Alan Agius 6033504388 docs: update ssr docs to add information about CommonEngine (#52506)
This commit add contructor information about `CommonEngine`

PR Close #52506
2023-11-03 09:50:13 -07:00
..
doc-files docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00
e2e/src docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00
src docs: update ssr docs to add information about CommonEngine (#52506) 2023-11-03 09:50:13 -07:00
BUILD.bazel docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00
example-config.json docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00
readme.md docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00
server.ts docs: update SSR docs (#52408) 2023-10-27 15:16:14 -07:00
tsconfig.app.json docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00
zipper.json docs: update SSR doc to reflect version 17 (#52398) 2023-10-26 12:30:59 -07:00

Instructions for Angular SSR Example Download

This is the downloaded sample code for the Angular SSR (Standalone) guide.

Install and Run

  1. npm install to install the node_module packages
  2. ng serve to launch the dev-server
  3. Launch the browser to http://localhost:4200