feat(menu): add context menu

Closes #3
This commit is contained in:
Sebastian Lange
2019-05-27 16:38:47 +02:00
parent 3ce3c9ba16
commit 1dbf4515fe
27 changed files with 2261 additions and 767 deletions

View File

@@ -16,5 +16,5 @@ export const environment = {
backend_url: 'http://localhost:3000',
backend_version: '1.0.0',
use_fake_backend: true,
production: true,
production: false,
};