mempool/frontend
softsimon 2bba51e6c1
Merge branch 'master' into simon/angular-universal
* master:
  Update list of supported locales
  Add one more fix to nginx.conf for i18n
  Remove unused i18n tags in frontend/src/index.html
  Update translations from Transifex
  Enable 'fr' locale for French
  Corrected some missing spaces on transactions page and a blank render bug when confirmation time is below 1 minute.
  Implement i18n support in frontend using Angular + Transifex + NGINX

# Conflicts:
#	frontend/src/app/app.constants.ts
#	frontend/sync-assets.js
2020-12-02 20:05:49 +07:00
..
.tx Implement i18n support in frontend using Angular + Transifex + NGINX 2020-12-02 04:19:33 +09:00
e2e Upgrade libs. 2020-07-19 19:34:09 +07:00
src Merge branch 'master' into simon/angular-universal 2020-12-02 20:05:49 +07:00
.browserslistrc Upgrade libs. 2020-07-19 19:34:09 +07:00
.editorconfig New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
.gitignore Adding support for optional frontend config. 2020-06-22 22:10:49 +07:00
angular.json Merge branch 'master' into simon/angular-universal 2020-12-02 20:05:49 +07:00
frontend Implement i18n support in frontend using Angular + Transifex + NGINX 2020-12-02 04:19:33 +09:00
generate-config.js Frontend config support for AU. New absolute server url settings. 2020-11-23 02:30:46 +07:00
karma.conf.js Renaming angular project to 'mempool' from 'mempoolspace' 2020-04-28 00:14:29 +07:00
mempool-frontend-config.sample.json New frontend config for webserver url to fix static asset httpGet. 2020-11-23 18:22:21 +07:00
package-lock.json Merge commit 'f151eb81c812a62d1d5c57ee91620a3dd9ae5068' into simon/angular-universal 2020-11-28 02:21:12 +07:00
package.json Merge branch 'master' into simon/angular-universal 2020-12-02 20:05:49 +07:00
proxy.conf.json Revamping configuration file. 2020-10-19 11:57:02 +07:00
README.md New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
server.ts New frontend config for webserver url to fix static asset httpGet. 2020-11-23 18:22:21 +07:00
sync-assets.js Implement i18n support in frontend using Angular + Transifex + NGINX 2020-12-02 04:19:33 +09:00
tsconfig.app.json Upgrade libs. 2020-07-19 19:34:09 +07:00
tsconfig.base.json Upgrade libs. 2020-07-19 19:34:09 +07:00
tsconfig.json angular universal WIP 2020-11-07 04:30:52 +07:00
tsconfig.server.json angular universal WIP 2020-11-07 04:30:52 +07:00
tsconfig.spec.json Upgrade libs. 2020-07-19 19:34:09 +07:00
tslint.json upgrading tslint to v6 2020-04-05 00:00:17 +07:00

Mempool Space

This project was generated with Angular CLI version 8.1.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.