This is an example usage of RxDB with Angular2. It implements a simple heroes-list which can be filled by the user.
- clone the whole RxDB-repo
- go into project
cd rxdb - run
npm install - go to this folder
cd examples/angular2 - run
npm install - run
npm start - Open http://127.0.0.1:8888/ IMPORTANT: do not use localhost
