Angular 14 Upgrade

This commit is contained in:
softsimon
2022-07-08 10:26:54 +02:00
parent c9f788e3a4
commit 63939981c1
5 changed files with 5610 additions and 3019 deletions

View File

@@ -12,6 +12,7 @@ if (browserWindowEnv.BASE_MODULE && (browserWindowEnv.BASE_MODULE === 'bisq' ||
routes = [
{
path: '',
pathMatch: 'full',
redirectTo: 'api/rest'
},
{
@@ -31,6 +32,7 @@ if (browserWindowEnv.BASE_MODULE && (browserWindowEnv.BASE_MODULE === 'bisq' ||
routes = [
{
path: '',
pathMatch: 'full',
redirectTo: 'faq'
},
{