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

https://github.com/kmaida/space-state

Demo app for Subjecting State to Good Behavior
https://github.com/kmaida/space-state

angular ng-conf rxjs state-management

Last synced: 4 months ago
JSON representation

Demo app for Subjecting State to Good Behavior

Awesome Lists containing this project

README

          

# space-state

Companion repo to **Subjecting State to Good Behavior** talk. This repo contains two Angular projects:

## Default Project

Demonstrates reactive state management in Angular with optimistic updates using NASA's Near Earth Object API.

To run:

```
ng serve
```

## APOD State

Demonstrates simple reactive state management in Angular using `scan` and NASA's Astronomy Picture of the Day API.

To run:

```
ng serve apod-state
```