Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Sep 11, 2024
1 parent a343bda commit 1b3584b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 20 deletions.
5 changes: 1 addition & 4 deletions src/app/components/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/panel/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/templates/apollo/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/templates/atlantis/atlantis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/templates/diamond/diamond.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/templates/freya/freya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/templates/poseidon/poseidon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/templates/ultima/ultima.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/templates/verona/verona.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
Expand Down

0 comments on commit 1b3584b

Please sign in to comment.