diff --git a/src/app/components/editor/editor.ts b/src/app/components/editor/editor.ts index 29bd656ae13..475874b5a0a 100755 --- a/src/app/components/editor/editor.ts +++ b/src/app/components/editor/editor.ts @@ -194,10 +194,7 @@ export class Editor implements AfterContentInit, ControlValueAccessor { private quillElements!: { editorElement: HTMLElement; toolbarElement: HTMLElement }; - constructor( - public el: ElementRef, - @Inject(PLATFORM_ID) private platformId: object - ) { + constructor(public el: ElementRef, @Inject(PLATFORM_ID) private platformId: object) { /** * Read or write the DOM once, when initializing non-Angular (Quill) library. */ diff --git a/src/app/components/panel/panel.ts b/src/app/components/panel/panel.ts index 4785fab9efe..10197ef6382 100755 --- a/src/app/components/panel/panel.ts +++ b/src/app/components/panel/panel.ts @@ -267,8 +267,8 @@ export class Panel implements AfterContentInit, BlockableUI { if (this.collapsed) this.expand(); else this.collapse(); } - - this.cd.markForCheck() + + this.cd.markForCheck(); event.preventDefault(); } diff --git a/src/app/showcase/pages/templates/apollo/apollo.ts b/src/app/showcase/pages/templates/apollo/apollo.ts index ce8185fc36d..467d21640fb 100644 --- a/src/app/showcase/pages/templates/apollo/apollo.ts +++ b/src/app/showcase/pages/templates/apollo/apollo.ts @@ -261,13 +261,13 @@ export class ApolloPage { { title: 'Basic License', price: '$59', - discount_price:"$39", + discount_price: '$39', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', - discount_price:"$390", + discount_price: '$390', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/atlantis/atlantis.ts b/src/app/showcase/pages/templates/atlantis/atlantis.ts index 316c6968031..2213f7798aa 100644 --- a/src/app/showcase/pages/templates/atlantis/atlantis.ts +++ b/src/app/showcase/pages/templates/atlantis/atlantis.ts @@ -203,12 +203,12 @@ export class AtlantisPage { title: 'Basic License', price: '$59', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'], - discount_price:"$39", + discount_price: '$39' }, { title: 'Extended License', price: '$590', - discount_price:"$390", + discount_price: '$390', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/diamond/diamond.ts b/src/app/showcase/pages/templates/diamond/diamond.ts index 7b6185c528e..38afac489d8 100644 --- a/src/app/showcase/pages/templates/diamond/diamond.ts +++ b/src/app/showcase/pages/templates/diamond/diamond.ts @@ -226,13 +226,13 @@ export class DiamondPage { { title: 'Basic License', price: '$59', - discount_price:"$39", + discount_price: '$39', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', - discount_price:"$390", + discount_price: '$390', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/freya/freya.ts b/src/app/showcase/pages/templates/freya/freya.ts index f41a83ccf78..d169bf01448 100644 --- a/src/app/showcase/pages/templates/freya/freya.ts +++ b/src/app/showcase/pages/templates/freya/freya.ts @@ -219,13 +219,13 @@ export class FreyaPage { { title: 'Basic License', price: '$59', - discount_price:"$39", + discount_price: '$39', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', - discount_price:"$390", + discount_price: '$390', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/poseidon/poseidon.ts b/src/app/showcase/pages/templates/poseidon/poseidon.ts index 3d7fee1522c..97dc449254e 100644 --- a/src/app/showcase/pages/templates/poseidon/poseidon.ts +++ b/src/app/showcase/pages/templates/poseidon/poseidon.ts @@ -176,13 +176,13 @@ export class PoseidonPage { { title: 'Basic License', price: '$59', - discount_price:"$39", + discount_price: '$39', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', - discount_price:"$390", + discount_price: '$390', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/ultima/ultima.ts b/src/app/showcase/pages/templates/ultima/ultima.ts index 71bfcedfdb3..ca3b38c3720 100644 --- a/src/app/showcase/pages/templates/ultima/ultima.ts +++ b/src/app/showcase/pages/templates/ultima/ultima.ts @@ -221,13 +221,13 @@ export class UltimaPage { { title: 'Basic License', price: '$59', - discount_price:"$39", + discount_price: '$39', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$590', - discount_price:"$390", + discount_price: '$390', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ] diff --git a/src/app/showcase/pages/templates/verona/verona.ts b/src/app/showcase/pages/templates/verona/verona.ts index e04a9adc100..40a88db6b96 100644 --- a/src/app/showcase/pages/templates/verona/verona.ts +++ b/src/app/showcase/pages/templates/verona/verona.ts @@ -211,13 +211,13 @@ export class VeronaPage { { title: 'Basic License', price: '$49', - discount_price:"$29", + discount_price: '$29', included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] }, { title: 'Extended License', price: '$490', - discount_price:"$290", + discount_price: '$290', included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] } ]