Demo app with Angular4 and IndexedDB.
- Author: Sandro Schmid (saseb.schmid@gmail.com)
- Version: 2.4.X
- The
normalized-db-project is under active development. - To ease versioning equal major and minor version numbers are used for all modules. A demo's version number indicates the used version of the
normalized-db-modules.
This demo uses the default IdbContext. Especially note the
DataStoreService
in src/app/core/service (used as interface between the app and the normalized-db-modules)
and the schema
in src/assets/data (describing the data-model used for normalization).
For instructions on how to run the app after installing the dependencies (npm install), please refer to the Angular-CLI docs.