Web dashboard allowing a signed-in user to inspect their Ledger state and trigger cloud erase if needed.
This project is built using Angular was originally scaffolded using version 1.2.1.
Make sure that you have nodejs and Angular CLI installed, then run npm install in the cloud_dashboard directory.
Then, you can use Angular CLI (ng):
ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source filesng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|moduleng test to execute the unit tests via KarmaTo get more help on the Angular CLI use ng help or go check out the Angular CLI README.
Make sure that you have Firebase CLI installed, and run firebase login at least once. Then:
ng build -prod to build the project. The build artifacts will be stored in the dist/ directoryfirebase deploy