Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)