angular/aio/content/examples/ssr
Mateusz Daniluk de777afbc5 refactor: standardize doctype declaration to <!DOCTYPE html> (#51052)
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>`

PR Close #51052
2024-02-01 19:29:46 +00: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 refactor: standardize doctype declaration to <!DOCTYPE html> (#51052) 2024-02-01 19:29:46 +00: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