).forEach((item) => {
@@ -4916,7 +4955,10 @@ export class TableRadioButton {
subscription: Subscription;
- constructor(public dt: Table, public cd: ChangeDetectorRef) {
+ constructor(
+ public dt: Table,
+ public cd: ChangeDetectorRef,
+ ) {
this.subscription = this.dt.tableService.selectionSource$.subscribe(() => {
this.checked = this.dt.isSelected(this.value);
@@ -4991,7 +5033,11 @@ export class TableCheckbox {
subscription: Subscription;
- constructor(public dt: Table, public tableService: TableService, public cd: ChangeDetectorRef) {
+ constructor(
+ public dt: Table,
+ public tableService: TableService,
+ public cd: ChangeDetectorRef,
+ ) {
this.subscription = this.dt.tableService.selectionSource$.subscribe(() => {
this.checked = this.dt.isSelected(this.value) && !this.disabled;
this.ariaLabel =
@@ -5067,7 +5113,11 @@ export class TableHeaderCheckbox {
valueChangeSubscription: Subscription;
- constructor(public dt: Table, public tableService: TableService, public cd: ChangeDetectorRef) {
+ constructor(
+ public dt: Table,
+ public tableService: TableService,
+ public cd: ChangeDetectorRef,
+ ) {
this.valueChangeSubscription = this.dt.tableService.valueSource$.subscribe(() => {
this.checked = this.updateCheckedState();
this.ariaLabel =
@@ -5174,7 +5224,12 @@ export class ReorderableRow implements AfterViewInit {
dropListener: VoidListener;
- constructor(private renderer: Renderer2, public dt: Table, public el: ElementRef, public zone: NgZone) {}
+ constructor(
+ private renderer: Renderer2,
+ public dt: Table,
+ public el: ElementRef,
+ public zone: NgZone,
+ ) {}
ngAfterViewInit() {
if (this.isEnabled()) {
@@ -6316,7 +6371,10 @@ export class ColumnFilterFormElement implements OnInit {
filterCallback: any;
- constructor(public dt: Table, private colFilter: ColumnFilter) {}
+ constructor(
+ public dt: Table,
+ private colFilter: ColumnFilter,
+ ) {}
ngOnInit() {
this.filterCallback = (value: any) => {
diff --git a/src/app/components/tabmenu/style/tabmenustyle.ts b/src/app/components/tabmenu/style/tabmenustyle.ts
index 679769c76a9..9d9b768d248 100644
--- a/src/app/components/tabmenu/style/tabmenustyle.ts
+++ b/src/app/components/tabmenu/style/tabmenustyle.ts
@@ -185,8 +185,7 @@ export enum TabMenuClasses {
/**
* Class name of the inkbar element
*/
- inkbar = 'p-tabmenu-ink-bar'
+ inkbar = 'p-tabmenu-ink-bar',
}
-export interface TabMenuStyle extends BaseStyle {
-}
+export interface TabMenuStyle extends BaseStyle {}
diff --git a/src/app/components/tabs/style/tabsstyle.ts b/src/app/components/tabs/style/tabsstyle.ts
index 4c4210754aa..d639eeb1823 100644
--- a/src/app/components/tabs/style/tabsstyle.ts
+++ b/src/app/components/tabs/style/tabsstyle.ts
@@ -210,6 +210,4 @@ export enum TabsClasses {
tabpanel = 'p-tabs-panel',
}
-export interface TabsStyle extends BaseStyle {
-}
-
+export interface TabsStyle extends BaseStyle {}
diff --git a/src/app/components/tabview/style/tabsstyle.ts b/src/app/components/tabview/style/tabsstyle.ts
index 1ee5048f76b..dce08a6fae3 100644
--- a/src/app/components/tabview/style/tabsstyle.ts
+++ b/src/app/components/tabview/style/tabsstyle.ts
@@ -210,5 +210,4 @@ export enum TabViewClasses {
tabpanel = 'p-tabs-panel',
}
-export interface TabViewStyle extends BaseStyle {
-}
+export interface TabViewStyle extends BaseStyle {}
diff --git a/src/app/components/tag/style/tagstyle.ts b/src/app/components/tag/style/tagstyle.ts
index 27e114542a0..2c983a5cd2c 100644
--- a/src/app/components/tag/style/tagstyle.ts
+++ b/src/app/components/tag/style/tagstyle.ts
@@ -103,8 +103,7 @@ export enum TagClasses {
/**
* Class name of the label element
*/
- label = 'p-tag-label'
+ label = 'p-tag-label',
}
-export interface TagStyle extends BaseStyle {
-}
+export interface TagStyle extends BaseStyle {}
diff --git a/src/app/components/terminal/style/terminalstyle.ts b/src/app/components/terminal/style/terminalstyle.ts
index 27d79c942ae..69ab87b20b7 100644
--- a/src/app/components/terminal/style/terminalstyle.ts
+++ b/src/app/components/terminal/style/terminalstyle.ts
@@ -108,8 +108,7 @@ export enum TerminalClasses {
/**
* Class name of the prompt value element
*/
- promptValue = 'p-terminal-prompt-value'
+ promptValue = 'p-terminal-prompt-value',
}
-export interface TerminalStyle extends BaseStyle {
-}
+export interface TerminalStyle extends BaseStyle {}
diff --git a/src/app/components/textarea/style/textareastyle.ts b/src/app/components/textarea/style/textareastyle.ts
index 877063e808f..e60f2fb8ad3 100644
--- a/src/app/components/textarea/style/textareastyle.ts
+++ b/src/app/components/textarea/style/textareastyle.ts
@@ -105,8 +105,7 @@ export enum TextareaClasses {
/**
* Class name of the root element
*/
- root = 'p-textarea'
+ root = 'p-textarea',
}
-export interface TextareaStyle extends BaseStyle {
-}
+export interface TextareaStyle extends BaseStyle {}
diff --git a/src/app/components/tieredmenu/style/tieredmenustyle.ts b/src/app/components/tieredmenu/style/tieredmenustyle.ts
index 63cec86605d..f258497d5cd 100644
--- a/src/app/components/tieredmenu/style/tieredmenustyle.ts
+++ b/src/app/components/tieredmenu/style/tieredmenustyle.ts
@@ -227,8 +227,7 @@ export enum TieredMenuClasses {
/**
* Class name of the end element
*/
- end = 'p-tieredmenu-end'
+ end = 'p-tieredmenu-end',
}
-export interface TieredMenuStyle extends BaseStyle {
-}
+export interface TieredMenuStyle extends BaseStyle {}
diff --git a/src/app/components/timeline/style/timelinestyle.ts b/src/app/components/timeline/style/timelinestyle.ts
index 480aa188cc1..a944af4c07f 100644
--- a/src/app/components/timeline/style/timelinestyle.ts
+++ b/src/app/components/timeline/style/timelinestyle.ts
@@ -211,8 +211,7 @@ export enum TimelineClasses {
/**
* Class name of the event content element
*/
- eventContent = 'p-timeline-event-content'
+ eventContent = 'p-timeline-event-content',
}
-export interface TimelineStyle extends BaseStyle {
-}
+export interface TimelineStyle extends BaseStyle {}
diff --git a/src/app/components/toast/style/toaststyle.ts b/src/app/components/toast/style/toaststyle.ts
index dbff558fe33..28b5c48c1f8 100644
--- a/src/app/components/toast/style/toaststyle.ts
+++ b/src/app/components/toast/style/toaststyle.ts
@@ -355,8 +355,7 @@ export enum ToastClasses {
/**
* Class name of the close icon element
*/
- closeIcon = 'p-toast-close-icon'
+ closeIcon = 'p-toast-close-icon',
}
-export interface ToastStyle extends BaseStyle {
-}
+export interface ToastStyle extends BaseStyle {}
diff --git a/src/app/components/togglebutton/style/togglebuttonstyle.ts b/src/app/components/togglebutton/style/togglebuttonstyle.ts
index 13fce0f21c9..792cfc85bfc 100644
--- a/src/app/components/togglebutton/style/togglebuttonstyle.ts
+++ b/src/app/components/togglebutton/style/togglebuttonstyle.ts
@@ -157,8 +157,7 @@ export enum ToggleButtonClasses {
/**
* Class name of the label element
*/
- label = 'p-togglebutton-label'
+ label = 'p-togglebutton-label',
}
-export interface ToggleButtonStyle extends BaseStyle {
-}
+export interface ToggleButtonStyle extends BaseStyle {}
diff --git a/src/app/components/toggleswitch/style/toggleswitchstyle.ts b/src/app/components/toggleswitch/style/toggleswitchstyle.ts
index b58498f2268..3c686b2b65c 100644
--- a/src/app/components/toggleswitch/style/toggleswitchstyle.ts
+++ b/src/app/components/toggleswitch/style/toggleswitchstyle.ts
@@ -154,8 +154,7 @@ export enum ToggleSwitchClasses {
/**
* Class name of the slider element
*/
- slider = 'p-toggleswitch-slider'
+ slider = 'p-toggleswitch-slider',
}
-export interface ToggleSwitchStyle extends BaseStyle {
-}
+export interface ToggleSwitchStyle extends BaseStyle {}
diff --git a/src/app/components/toolbar/style/toolbarstyle.ts b/src/app/components/toolbar/style/toolbarstyle.ts
index 9268a41f903..ea320ec4f8b 100644
--- a/src/app/components/toolbar/style/toolbarstyle.ts
+++ b/src/app/components/toolbar/style/toolbarstyle.ts
@@ -64,8 +64,7 @@ export enum ToolbarClasses {
/**
* Class name of the end element
*/
- end = 'p-toolbar-end'
+ end = 'p-toolbar-end',
}
-export interface ToolbarStyle extends BaseStyle {
-}
+export interface ToolbarStyle extends BaseStyle {}
diff --git a/src/app/components/tooltip/style/tooltipstyle.ts b/src/app/components/tooltip/style/tooltipstyle.ts
index 261cdaf8017..3e3afb6792e 100644
--- a/src/app/components/tooltip/style/tooltipstyle.ts
+++ b/src/app/components/tooltip/style/tooltipstyle.ts
@@ -108,8 +108,7 @@ export enum TooltipClasses {
/**
* Class name of the text element
*/
- text = 'p-tooltip-text'
+ text = 'p-tooltip-text',
}
-export interface TooltipStyle extends BaseStyle {
-}
+export interface TooltipStyle extends BaseStyle {}
diff --git a/src/app/components/tree/style/treestyle.ts b/src/app/components/tree/style/treestyle.ts
index 800eddd6f6e..166c9c09bbd 100644
--- a/src/app/components/tree/style/treestyle.ts
+++ b/src/app/components/tree/style/treestyle.ts
@@ -317,8 +317,7 @@ export enum TreeClasses {
/**
* Class name of the node children element
*/
- nodeChildren = 'p-tree-node-children'
+ nodeChildren = 'p-tree-node-children',
}
-export interface TreeStyle extends BaseStyle {
-}
+export interface TreeStyle extends BaseStyle {}
diff --git a/src/app/components/treeselect/style/treeselectstyle.ts b/src/app/components/treeselect/style/treeselectstyle.ts
index 4cf2f025830..bbf34d8d0d0 100644
--- a/src/app/components/treeselect/style/treeselectstyle.ts
+++ b/src/app/components/treeselect/style/treeselectstyle.ts
@@ -239,8 +239,7 @@ export enum TreeSelectClasses {
/**
* Class name of the empty message element
*/
- emptyMessage = 'p-treeselect-empty-message'
+ emptyMessage = 'p-treeselect-empty-message',
}
-export interface TreeSelectStyle extends BaseStyle {
-}
+export interface TreeSelectStyle extends BaseStyle {}
diff --git a/src/app/components/treetable/style/treetablestyle.ts b/src/app/components/treetable/style/treetablestyle.ts
index 31ca5a53289..80beaf7dc13 100644
--- a/src/app/components/treetable/style/treetablestyle.ts
+++ b/src/app/components/treetable/style/treetablestyle.ts
@@ -618,8 +618,7 @@ export enum TreeTableClasses {
/**
* Class name of the column resize indicator element
*/
- columnResizeIndicator = 'p-treetable-column-resize-indicator'
+ columnResizeIndicator = 'p-treetable-column-resize-indicator',
}
-export interface TreeTableStyle extends BaseStyle {
-}
+export interface TreeTableStyle extends BaseStyle {}
diff --git a/src/app/showcase/doc/carousel/basicdoc.ts b/src/app/showcase/doc/carousel/basicdoc.ts
index 3054a4b60d5..407ae02db30 100644
--- a/src/app/showcase/doc/carousel/basicdoc.ts
+++ b/src/app/showcase/doc/carousel/basicdoc.ts
@@ -49,7 +49,10 @@ export class BasicDoc implements OnInit {
responsiveOptions: any[] | undefined;
- constructor(private productService: ProductService, private cdr: ChangeDetectorRef) {}
+ constructor(
+ private productService: ProductService,
+ private cdr: ChangeDetectorRef,
+ ) {}
ngOnInit() {
this.productService.getProductsSmall().then((products) => {
diff --git a/src/app/showcase/doc/chart/doughnutdoc.ts b/src/app/showcase/doc/chart/doughnutdoc.ts
index 0e6eae1f2b3..f5f1312a7cd 100644
--- a/src/app/showcase/doc/chart/doughnutdoc.ts
+++ b/src/app/showcase/doc/chart/doughnutdoc.ts
@@ -21,7 +21,7 @@ export class DoughnutDoc implements OnInit {
data: any;
options: any;
-
+
platformId = inject(PLATFORM_ID);
configService = inject(AppConfigService);
@@ -35,7 +35,6 @@ export class DoughnutDoc implements OnInit {
}
});
-
ngOnInit() {
this.initChart();
}
diff --git a/src/app/showcase/doc/chart/horizontalbardoc.ts b/src/app/showcase/doc/chart/horizontalbardoc.ts
index 7b08b3a392d..7c2f342f7cd 100644
--- a/src/app/showcase/doc/chart/horizontalbardoc.ts
+++ b/src/app/showcase/doc/chart/horizontalbardoc.ts
@@ -19,7 +19,7 @@ export class HorizontalBarDoc implements OnInit {
data: any;
options: any;
-
+
platformId = inject(PLATFORM_ID);
configService = inject(AppConfigService);
diff --git a/src/app/showcase/doc/chart/multiaxisdoc.ts b/src/app/showcase/doc/chart/multiaxisdoc.ts
index ef8cd17bf5d..fc817c2bcef 100644
--- a/src/app/showcase/doc/chart/multiaxisdoc.ts
+++ b/src/app/showcase/doc/chart/multiaxisdoc.ts
@@ -1,5 +1,5 @@
import { isPlatformBrowser } from '@angular/common';
-import { ChangeDetectorRef, Component, effect, inject , OnInit, PLATFORM_ID } from '@angular/core';
+import { ChangeDetectorRef, Component, effect, inject, OnInit, PLATFORM_ID } from '@angular/core';
import { Code } from '@domain/code';
import { AppConfigService } from '@service/appconfigservice';
diff --git a/src/app/showcase/doc/chart/polarareadoc.ts b/src/app/showcase/doc/chart/polarareadoc.ts
index 64aaab17f2f..1686210a468 100644
--- a/src/app/showcase/doc/chart/polarareadoc.ts
+++ b/src/app/showcase/doc/chart/polarareadoc.ts
@@ -38,7 +38,7 @@ export class PolarAreaDoc implements OnInit {
ngOnInit() {
this.initChart();
}
-
+
initChart() {
if (isPlatformBrowser(this.platformId)) {
const documentStyle = getComputedStyle(document.documentElement);
diff --git a/src/app/showcase/doc/chart/radardoc.ts b/src/app/showcase/doc/chart/radardoc.ts
index 62084d0b194..c54fb394672 100644
--- a/src/app/showcase/doc/chart/radardoc.ts
+++ b/src/app/showcase/doc/chart/radardoc.ts
@@ -35,7 +35,6 @@ export class RadarDoc implements OnInit {
}
});
-
ngOnInit() {
this.initChart();
}
diff --git a/src/app/showcase/doc/focustrap/focustrapdoc.module.ts b/src/app/showcase/doc/focustrap/focustrapdoc.module.ts
index 9c4201add51..7ab049b6ef6 100644
--- a/src/app/showcase/doc/focustrap/focustrapdoc.module.ts
+++ b/src/app/showcase/doc/focustrap/focustrapdoc.module.ts
@@ -27,7 +27,7 @@ import { CheckboxModule } from 'primeng/checkbox';
FloatLabelModule,
IconFieldModule,
InputIconModule,
- CheckboxModule
+ CheckboxModule,
],
declarations: [ImportDoc, BasicDoc],
exports: [AppDocModule],
diff --git a/src/app/showcase/doc/inputnumber/importdoc.ts b/src/app/showcase/doc/inputnumber/importdoc.ts
index 9c87d22bde5..45ca625dd64 100644
--- a/src/app/showcase/doc/inputnumber/importdoc.ts
+++ b/src/app/showcase/doc/inputnumber/importdoc.ts
@@ -9,4 +9,4 @@ export class ImportDoc {
code: Code = {
typescript: `import { InputNumberModule } from 'primeng/inputnumber';`,
};
-}
\ No newline at end of file
+}
diff --git a/src/app/showcase/doc/popover/popoverdoc.module.ts b/src/app/showcase/doc/popover/popoverdoc.module.ts
index c6faf64bad3..dc7c64f9b89 100644
--- a/src/app/showcase/doc/popover/popoverdoc.module.ts
+++ b/src/app/showcase/doc/popover/popoverdoc.module.ts
@@ -33,7 +33,7 @@ import { SelectDataDoc } from './selectdatadoc';
InputGroupModule,
InputGroupAddonModule,
InputTextModule,
- TagModule
+ TagModule,
],
declarations: [BasicDoc, ImportDoc, StyleDoc, DataTableDoc, TemplateDoc, TargetDoc, SelectDataDoc, AccessibilityDoc],
exports: [AppDocModule],
diff --git a/src/app/showcase/doc/splitbutton/templatedoc.ts b/src/app/showcase/doc/splitbutton/templatedoc.ts
index 0f04298c3ed..90a14eff39c 100644
--- a/src/app/showcase/doc/splitbutton/templatedoc.ts
+++ b/src/app/showcase/doc/splitbutton/templatedoc.ts
@@ -53,7 +53,6 @@ export class TemplateDoc {
];
}
-
save() {
this.messageService.add({ severity: 'success', summary: 'Success', detail: 'Data Saved' });
}
diff --git a/src/app/showcase/doc/table/filteradvanceddoc.ts b/src/app/showcase/doc/table/filteradvanceddoc.ts
index 2a40e069173..c63e9cf78bb 100644
--- a/src/app/showcase/doc/table/filteradvanceddoc.ts
+++ b/src/app/showcase/doc/table/filteradvanceddoc.ts
@@ -179,10 +179,10 @@ import { CustomerService } from '../../service/customerservice';
{{ customer.representative.name }}
- {{ customer.date | date : 'MM/dd/yyyy' }}
+ {{ customer.date | date: 'MM/dd/yyyy' }}
|
- {{ customer.balance | currency : 'USD' : 'symbol' }}
+ {{ customer.balance | currency: 'USD' : 'symbol' }}
|
@@ -225,7 +225,10 @@ export class FilterAdvancedDoc {
activityValues: number[] = [0, 100];
- constructor(private customerService: CustomerService, private cd: ChangeDetectorRef) {}
+ constructor(
+ private customerService: CustomerService,
+ private cd: ChangeDetectorRef,
+ ) {}
loadDemoData() {
this.customerService.getCustomersLarge().then((customers) => {
diff --git a/src/app/showcase/doc/table/productsdoc.ts b/src/app/showcase/doc/table/productsdoc.ts
index 48cd45a2237..921adbc6625 100644
--- a/src/app/showcase/doc/table/productsdoc.ts
+++ b/src/app/showcase/doc/table/productsdoc.ts
@@ -95,7 +95,7 @@ import { ProductService } from '@service/productservice';
class="shadow-lg"
/>
|
- {{ product.price | currency : 'USD' }} |
+ {{ product.price | currency: 'USD' }} |
{{ product.category }} |
|
diff --git a/src/app/showcase/doc/table/tabledoc.module.ts b/src/app/showcase/doc/table/tabledoc.module.ts
index e5f9d335c3e..1a2cf169b67 100644
--- a/src/app/showcase/doc/table/tabledoc.module.ts
+++ b/src/app/showcase/doc/table/tabledoc.module.ts
@@ -120,7 +120,7 @@ import { TextareaModule } from 'primeng/textarea';
DeferredDemo,
IconFieldModule,
InputIconModule,
- ToggleSwitchModule
+ ToggleSwitchModule,
],
declarations: [
ImportDoc,
diff --git a/src/app/showcase/doc/tree/treedoc.module.ts b/src/app/showcase/doc/tree/treedoc.module.ts
index 38843db5389..ce209027914 100644
--- a/src/app/showcase/doc/tree/treedoc.module.ts
+++ b/src/app/showcase/doc/tree/treedoc.module.ts
@@ -35,7 +35,7 @@ import { ToggleSwitchModule } from 'primeng/toggleswitch';
FormsModule,
ToastModule,
ContextMenuModule,
- ToggleSwitchModule
+ ToggleSwitchModule,
],
exports: [AppDocModule],
declarations: [
diff --git a/src/app/showcase/doc/treetable/treetabledoc.module.ts b/src/app/showcase/doc/treetable/treetabledoc.module.ts
index 38a1a08880b..186141eed69 100644
--- a/src/app/showcase/doc/treetable/treetabledoc.module.ts
+++ b/src/app/showcase/doc/treetable/treetabledoc.module.ts
@@ -69,7 +69,7 @@ import { InputIconModule } from 'primeng/inputicon';
DeferredDemo,
ToggleSwitchModule,
IconFieldModule,
- InputIconModule
+ InputIconModule,
],
exports: [AppDocModule],
declarations: [
diff --git a/src/app/showcase/layout/doc/app.docapitable.component.ts b/src/app/showcase/layout/doc/app.docapitable.component.ts
index d03388d6c30..2f194116421 100644
--- a/src/app/showcase/layout/doc/app.docapitable.component.ts
+++ b/src/app/showcase/layout/doc/app.docapitable.component.ts
@@ -147,7 +147,7 @@ export class AppDocApiTable {
public location: Location,
private configService: AppConfigService,
) {}
-
+
get isDarkMode(): boolean {
return this.configService.appState().darkTheme;
}
diff --git a/src/app/showcase/layout/news/app.news.component.ts b/src/app/showcase/layout/news/app.news.component.ts
index 7a0be8a2e08..889a4b049d2 100644
--- a/src/app/showcase/layout/news/app.news.component.ts
+++ b/src/app/showcase/layout/news/app.news.component.ts
@@ -17,7 +17,10 @@ export class AppNewsComponent {
announcement: any;
- constructor(private configService: AppConfigService, private cd: ChangeDetectorRef) {
+ constructor(
+ private configService: AppConfigService,
+ private cd: ChangeDetectorRef,
+ ) {
afterNextRender(() => {
const itemString = localStorage.getItem(this.storageKey);
diff --git a/src/app/showcase/layout/templates/templatefeatures.ts b/src/app/showcase/layout/templates/templatefeatures.ts
index d861a5a89b4..5dfe3075665 100644
--- a/src/app/showcase/layout/templates/templatefeatures.ts
+++ b/src/app/showcase/layout/templates/templatefeatures.ts
@@ -43,7 +43,11 @@ import { AppConfigService } from '../../service/appconfigservice';
-
+
{{ data.title }}
{{ data.description }}
diff --git a/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimation.ts b/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimation.ts
index 2f0a21cb294..8eee960b6d4 100644
--- a/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimation.ts
+++ b/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimation.ts
@@ -52,11 +52,15 @@ import { TemplateFeaturesAnimationInlineModule } from './templatefeaturesanimati
>
{{ (i + 1).toLocaleString('en-US', { minimumIntegerDigits: 2, useGrouping: false }) }}
- {{ (i + 1).toLocaleString('en-US', { minimumIntegerDigits: 2, useGrouping: false }) }}
+
+ {{ (i + 1).toLocaleString('en-US', { minimumIntegerDigits: 2, useGrouping: false }) }}
+
- {{ data.title }}
- {{ data.description }}
+ {{ data.title }}
+
+ {{ data.description }}
+
@@ -71,7 +75,11 @@ import { TemplateFeaturesAnimationInlineModule } from './templatefeaturesanimati
>
-
+
diff --git a/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimationinline.ts b/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimationinline.ts
index 151365fbf68..8093d533bce 100644
--- a/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimationinline.ts
+++ b/src/app/showcase/layout/templates/templatefeaturesanimation/templatefeaturesanimationinline.ts
@@ -34,7 +34,11 @@ import { SharedModule } from 'primeng/api';
-
+
`,
diff --git a/src/app/showcase/layout/templates/templateseparator.ts b/src/app/showcase/layout/templates/templateseparator.ts
index f0f21d192d3..da806ec46da 100644
--- a/src/app/showcase/layout/templates/templateseparator.ts
+++ b/src/app/showcase/layout/templates/templateseparator.ts
@@ -6,13 +6,15 @@ import { DividerModule } from 'primeng/divider';
@Component({
selector: 'template-separator',
template: `
-
-
-
`,
changeDetection: ChangeDetectionStrategy.OnPush,
encapsulation: ViewEncapsulation.None,
diff --git a/src/app/showcase/pages/landing/herosection.component.ts b/src/app/showcase/pages/landing/herosection.component.ts
index 9c22ea0ae72..db1cc941bb0 100644
--- a/src/app/showcase/pages/landing/herosection.component.ts
+++ b/src/app/showcase/pages/landing/herosection.component.ts
@@ -676,9 +676,7 @@ export class HeroSectionComponent implements OnInit, OnDestroy {
{ icon: 'pi pi-user', title: 'Customers' },
{ icon: 'pi pi-video', title: 'Movies' },
];
- this.sampleAppsSidebarNavsMore = [
- { icon: 'pi pi-cog', title: 'Settings' },
- ];
+ this.sampleAppsSidebarNavsMore = [{ icon: 'pi pi-cog', title: 'Settings' }];
this.selectedSampleAppsSidebarNav = 'Overview';
this.selectButtonValue = { label: 'Styled', value: 1 };
diff --git a/src/app/showcase/pages/landing/samples/cardsapp.component.ts b/src/app/showcase/pages/landing/samples/cardsapp.component.ts
index 1cec10c8b54..58d54202ba2 100644
--- a/src/app/showcase/pages/landing/samples/cardsapp.component.ts
+++ b/src/app/showcase/pages/landing/samples/cardsapp.component.ts
@@ -54,7 +54,7 @@ import { ToggleSwitchModule } from 'primeng/toggleswitch';
FileUploadModule,
OverlayBadgeModule,
CheckboxModule,
- ToggleSwitchModule
+ ToggleSwitchModule,
],
template: `
Cards
diff --git a/src/app/showcase/pages/templates/apollo/apollologo.ts b/src/app/showcase/pages/templates/apollo/apollologo.ts
index cad1da569f7..80c4468c3cb 100644
--- a/src/app/showcase/pages/templates/apollo/apollologo.ts
+++ b/src/app/showcase/pages/templates/apollo/apollologo.ts
@@ -29,9 +29,9 @@ import { AppConfigService } from '@service/appconfigservice';
/>
`,
- host:{
- class:"h-8 lg:h-10 [&>svg]:h-full [&>svg]:w-auto select-none"
- }
+ host: {
+ class: 'h-8 lg:h-10 [&>svg]:h-full [&>svg]:w-auto select-none',
+ },
})
export class ApolloLogo {
configService = inject(AppConfigService);
|