From baa60a004c23c334c89bebdd429a133caee2f618 Mon Sep 17 00:00:00 2001 From: "u.ahmetvaliyev" Date: Thu, 24 Jan 2019 16:37:12 +0300 Subject: [PATCH] refactor(landing): license variables, 3-rd party imports --- .../backend-bundles-section.component.html | 30 +++++++++---------- .../backend-bundles-section.component.ts | 10 ++++--- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html index 76c4b4fd..8438797b 100644 --- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html +++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html @@ -29,13 +29,13 @@
-
@@ -51,8 +51,8 @@
- ${{ licenseType === 'Commercial' ? '2000' : '200' }} - ${{ licenseType === 'Commercial' ? '1500' : '150' }} + ${{ isCommercial() ? '2000' : '200' }} + ${{ isCommercial() ? '1500' : '150' }}

{{ firstBundleName }}

@@ -71,7 +71,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}

- ${{ licenseType === 'Commercial' ? '2000' : '200' }} - ${{ licenseType === 'Commercial' ? '1500' : '150' }} + ${{ isCommercial() ? '2000' : '200' }} + ${{ isCommercial() ? '1500' : '150' }}

{{ secondBundleName }}

@@ -115,7 +115,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}

- ${{ licenseType === 'Commercial' ? '1800' : '180' }} - ${{ licenseType === 'Commercial' ? '1400' : '140' }} + ${{ isCommercial() ? '1800' : '180' }} + ${{ isCommercial() ? '1400' : '140' }}

{{ thirdBundleName }}

@@ -159,7 +159,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}

- ${{ licenseType === 'Commercial' ? '1800' : '180' }} - ${{ licenseType === 'Commercial' ? '1400' : '140' }} + ${{ isCommercial() ? '1800' : '180' }} + ${{ isCommercial() ? '1400' : '140' }}

{{ fourthBundleName }}

@@ -203,7 +203,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}