diff --git a/src/app/pages/dome-blog/blog-entry-detail/blog-entry-detail.component.html b/src/app/pages/dome-blog/blog-entry-detail/blog-entry-detail.component.html index 386917a3..4deb7f3d 100644 --- a/src/app/pages/dome-blog/blog-entry-detail/blog-entry-detail.component.html +++ b/src/app/pages/dome-blog/blog-entry-detail/blog-entry-detail.component.html @@ -1,56 +1,54 @@ -
- -
- -
- -
-
-
-

+
+
+
+
+
+

{{entry.title}} -

-

- Created by - - {{entry.author}} - - on {{entry.date | date:'EEEE, dd/MM/yy, HH:mm'}}. -

-
-
+

+

+ Created by + + {{entry.author}} + + on {{entry.date | date:'EEEE, dd/MM/yy, HH:mm'}}. +

+
-
+
+
+ +
+ - - -
- - -
- - +
+
+ + +
diff --git a/src/app/pages/dome-blog/dome-blog.component.html b/src/app/pages/dome-blog/dome-blog.component.html index 67b2c8ab..7ce753b3 100644 --- a/src/app/pages/dome-blog/dome-blog.component.html +++ b/src/app/pages/dome-blog/dome-blog.component.html @@ -1,22 +1,18 @@ -
- -
- -
-
+
+
+
+
-

+

Blog

-
@if(checkAdmin){ - -
- } @else { -
- - +
+
+ @if(loading){ +
+ + Loading...
- } - - } + } @else { + +
+ + + + + + + +
+ + @if(blogId){ +
+ + +
+ } @else { +
+ + +
+ } + + } +
@@ -98,4 +98,4 @@

Error

- } \ No newline at end of file + } diff --git a/src/app/pages/landing-pages/customers/landing-page-customers.component.ts b/src/app/pages/landing-pages/customers/landing-page-customers.component.ts index c62a5a7c..2c6595b8 100644 --- a/src/app/pages/landing-pages/customers/landing-page-customers.component.ts +++ b/src/app/pages/landing-pages/customers/landing-page-customers.component.ts @@ -1,4 +1,5 @@ import { Component } from "@angular/core"; +import { environment } from "src/environments/environment"; import { LandingCustomersBuyOptionsComponent } from './landing-customers-buy-options/landing-customers-buy-options.component'; import { LandingCustomersFaqsComponent } from './landing-customers-faqs/landing-customers-faqs.component'; import { LandingCustomersFinalCtaComponent } from './landing-customers-finalCta/landing-customers-finalCta.component'; @@ -16,5 +17,5 @@ import { LandingpageCustomersWhyJoinComponent } from "./landing-customers-whyJoi styleUrl: "./landing-page-customers.component.css" }) export class LandingPageCustomersComponent { - ONBOARDING_CUSTOMERS_LINK = "https://onboard.sbx.evidenceledger.eu/register-customer"; + ONBOARDING_CUSTOMERS_LINK = environment.DOME_CUSTOMER_REGISTER_LINK; } diff --git a/src/app/pages/landing-pages/providers/landing-page-providers.component.ts b/src/app/pages/landing-pages/providers/landing-page-providers.component.ts index 6ea5d3b7..79db9875 100644 --- a/src/app/pages/landing-pages/providers/landing-page-providers.component.ts +++ b/src/app/pages/landing-pages/providers/landing-page-providers.component.ts @@ -1,4 +1,5 @@ import { Component } from '@angular/core'; +import { environment } from 'src/environments/environment'; import { LandingPageProvidersFaqsComponent } from './landing-providers-faqs/landing-providers-faqs.component'; import { LandingPageProvidersFitComponent } from './landing-providers-fit/landing-providers-fit.component'; import { LandingPageProvidersGrowComponent } from './landing-providers-grow/landing-providers-grow.component'; @@ -16,7 +17,7 @@ import { LandingPageProvidersWhyComponent } from './landing-providers-why/landin styleUrl: "./landing-page-providers.component.css" }) export class LandingPageProvidersComponent { - ONBOARDING_PROVIDERS_LINK = "https://onboard.sbx.evidenceledger.eu/register-provider"; + ONBOARDING_PROVIDERS_LINK = environment.DOME_REGISTER_LINK; constructor() { } } diff --git a/src/app/services/app-init.service.ts b/src/app/services/app-init.service.ts index 4b8a31de..ba5cb027 100644 --- a/src/app/services/app-init.service.ts +++ b/src/app/services/app-init.service.ts @@ -27,6 +27,7 @@ export class AppInitService { environment.DOME_ABOUT_LINK = config.domeAbout; environment.PURCHASE_ENABLED = config.purchaseEnabled ?? true; environment.DOME_REGISTER_LINK = config.domeRegister; + environment.DOME_CUSTOMER_REGISTER_LINK = config.domeRegisterCustomer; environment.DOME_PUBLISH_LINK = config.domePublish; environment.KB_ONBOARDING_GUIDELINES_URL = config.domeOnboardingGuidelines; environment.KB_GUIDELNES_URL = config.domeGuidelines; diff --git a/src/environments/environment.development.ts b/src/environments/environment.development.ts index eca5da47..953f877c 100644 --- a/src/environments/environment.development.ts +++ b/src/environments/environment.development.ts @@ -63,6 +63,7 @@ export const environment = { DOME_TRUST_LINK: "", DOME_ABOUT_LINK: '', DOME_REGISTER_LINK: '', + DOME_CUSTOMER_REGISTER_LINK: '', DOME_PUBLISH_LINK: '', DOME_LINKEDIN: 'https://www.linkedin.com/company/dome-marketplace/', DOME_YOUTUBE: 'https://www.youtube.com/channel/UC8UiL59S0JiaYYr14w5eOzA', diff --git a/src/environments/environment.production.ts b/src/environments/environment.production.ts index 78d262dc..00290cde 100644 --- a/src/environments/environment.production.ts +++ b/src/environments/environment.production.ts @@ -62,6 +62,7 @@ export const environment = { DOME_TRUST_LINK: "https://dome-certification.dome-marketplace.org", DOME_ABOUT_LINK: '', DOME_REGISTER_LINK: '', + DOME_CUSTOMER_REGISTER_LINK: '', DOME_PUBLISH_LINK:'', DOME_LINKEDIN: 'https://www.linkedin.com/company/dome-marketplace/', DOME_YOUTUBE: 'https://www.youtube.com/channel/UC8UiL59S0JiaYYr14w5eOzA', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 80767e5f..2fa52e8b 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -62,6 +62,7 @@ export const environment = { DOME_TRUST_LINK: "https://dome-certification.dome-marketplace.org", DOME_ABOUT_LINK: '', DOME_REGISTER_LINK: '', + DOME_CUSTOMER_REGISTER_LINK: '', DOME_PUBLISH_LINK: '', DOME_LINKEDIN: 'https://www.linkedin.com/company/dome-marketplace/', DOME_YOUTUBE: 'https://www.youtube.com/channel/UC8UiL59S0JiaYYr14w5eOzA',