Transaction view.

This commit is contained in:
Simon Lindh
2019-11-10 16:44:00 +08:00
parent 839fa12eb6
commit 2dbfa323fa
26 changed files with 287 additions and 37 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve --aot --proxy-config proxy.conf.json",
"build": "ng build --prod --vendorChunk=false --build-optimizer=true",
"build": "ng build --prod",
"build-esplora": "ng build --prod --configuration=esplora",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"