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
e2e/src
src refactor: standardize doctype declaration to <!DOCTYPE html> (#51052) 2024-02-01 19:29:46 +00:00
BUILD.bazel
example-config.json
readme.md
server.ts docs: update SSR docs (#52408) 2023-10-27 15:16:14 -07:00
tsconfig.app.json
zipper.json

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