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

@@ -0,0 +1,4 @@
export const environment = {
production: true,
esplora: true,
};

View File

@@ -1,3 +1,4 @@
export const environment = {
production: true
production: true,
esplora: false,
};

View File

@@ -3,7 +3,8 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
esplora: true,
};
/*