You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob Wormald edited this page Jan 7, 2016
·
4 revisions
Basic roadmap / strategy:
Strategy
Provide a suite of lightweight, interoperable, reactive services and components for Angular2. Services should be usable in isolation, but work together seamlessly. Embrace reactive principles. Everything is a stream.
In Progress
Store - in-memory state management inspired by redux
DB - persistent database for offline and cache use powered by IndexedDB
Planned
API - Http / RESTful API client built on top of ng2's Http