Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam4x/angular-ssr-demo
https://github.com/iam4x/angular-ssr-demo
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iam4x/angular-ssr-demo
- Owner: iam4x
- Created: 2018-03-15T14:41:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T14:41:28.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T04:59:59.601Z (2 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-ssr-demo
Slides: https://docs.google.com/presentation/d/1yP4dD5bfvySoE-vGEFgBEMdbXGgBj2SsgBcOJWCcgvQ/edit?usp=sharing
* `demo-1/src/app/home/home.component.ts` -> without TransferState API
* `demo-2/src/app/home/home.component.ts` -> with TransferState API#### How to run demo
* `cd demo-x && npm install`
* `npm build:ssr && npm run:ssr`