Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peteyycz/rx-examples

Example code from the angular meetup
https://github.com/peteyycz/rx-examples

Last synced: about 2 months ago
JSON representation

Example code from the angular meetup

Awesome Lists containing this project

README

        

# RX Angular examples

Slides are available at: https://docs.google.com/presentation/d/1F0eIx5oXKv0lY8crb6fAyTBZ66GJz9Jl5_H0DYSEwVI

## To try out yourself

### Requirements

Node and NPM installed

### Steps

1) Clone the project
```bash
git clone [email protected]:peteyy/rx-examples.git
cd rx-examples
```

2) Install dependencies with npm
```bash
npm install
```