Dynamic dropdown.

This commit is contained in:
softsimon
2021-07-28 22:32:13 +03:00
parent d7586af392
commit 2de28b9926
16 changed files with 97 additions and 20 deletions

View File

@@ -358,6 +358,22 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
path: 'api',
component: ApiDocsComponent,
},
{
path: 'about',
component: AboutComponent,
},
{
path: 'terms-of-service',
component: TermsOfServiceComponent
},
{
path: 'trademark-policy',
component: TrademarkPolicyComponent
},
{
path: 'sponsor',
component: SponsorComponent,
},
],
},
{