Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maciejwwojcik/indepth-guide-routing-data
InDepth guide to passing data via routing
https://github.com/maciejwwojcik/indepth-guide-routing-data
Last synced: 3 days ago
JSON representation
InDepth guide to passing data via routing
- Host: GitHub
- URL: https://github.com/maciejwwojcik/indepth-guide-routing-data
- Owner: MaciejWWojcik
- Created: 2022-07-10T12:00:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T20:17:45.000Z (over 2 years ago)
- Last Synced: 2024-11-02T18:43:26.280Z (about 2 months ago)
- Language: TypeScript
- Size: 3.85 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InDepth guide to passing data via routing
## Running app
Install dependencies (requires installed Node >14):
```bash
npm install
```
Run development server:
```bash
ng serve
```
Open [localhost:4200](localhost:4200)