A concept of an app built with Angular and Web Components, with possibilities to query and manipulate data, and works totally offline.
You can try the online demo, and you can also reset the local modifications at anytime.
Coming soon.
Make sure you have Bower and Angular CLI installed. Clone this project locally then:
Install Bower dependencies
$ bower install
Install Node dependencies
$ npm install
Start the application on port 4200
$ ng serve
The application will be available on this address by default: http://localhost:4200.
Modifications done in the app are persisted in the brwoser, you can reset them using ?resetdemo
, for example: http://localhost:4200/?resetdemo.
Coming soon.