From 4bf0e9c0eee1b8b2846162161cf9507a03438042 Mon Sep 17 00:00:00 2001 From: Diego Franchina Date: Sun, 11 Feb 2024 19:37:08 +0100 Subject: [PATCH 1/2] chore: typo separator --- src/app/components/timeline/timeline.ts | 6 +++--- src/app/showcase/pages/chips/chipsdemo.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/components/timeline/timeline.ts b/src/app/components/timeline/timeline.ts index de09a41e42d..9fc5b114761 100755 --- a/src/app/components/timeline/timeline.ts +++ b/src/app/components/timeline/timeline.ts @@ -29,7 +29,7 @@ import { Nullable } from 'primeng/ts-helpers';
-
+
@@ -86,7 +86,7 @@ export class Timeline implements AfterContentInit, BlockableUI { markerTemplate: Nullable>; - constructor(private el: ElementRef) {} + constructor(private el: ElementRef) { } getBlockableElement(): HTMLElement { return this.el.nativeElement.children[0]; @@ -116,4 +116,4 @@ export class Timeline implements AfterContentInit, BlockableUI { exports: [Timeline, SharedModule], declarations: [Timeline] }) -export class TimelineModule {} +export class TimelineModule { } diff --git a/src/app/showcase/pages/chips/chipsdemo.ts b/src/app/showcase/pages/chips/chipsdemo.ts index a0ecca610a4..930ea4c3784 100755 --- a/src/app/showcase/pages/chips/chipsdemo.ts +++ b/src/app/showcase/pages/chips/chipsdemo.ts @@ -36,7 +36,7 @@ export class ChipsDemo { }, { id: 'commaseparator', - label: 'Comma Seperator', + label: 'Comma Separator', component: CommaSeparatorDoc }, { From 3eca0074d61168f2a899a9b8c998daf3269bd5e2 Mon Sep 17 00:00:00 2001 From: Diego Franchina Date: Sun, 11 Feb 2024 19:42:47 +0100 Subject: [PATCH 2/2] format code --- src/app/components/timeline/timeline.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/timeline/timeline.ts b/src/app/components/timeline/timeline.ts index 9fc5b114761..3ffd0af0f83 100755 --- a/src/app/components/timeline/timeline.ts +++ b/src/app/components/timeline/timeline.ts @@ -86,7 +86,7 @@ export class Timeline implements AfterContentInit, BlockableUI { markerTemplate: Nullable>; - constructor(private el: ElementRef) { } + constructor(private el: ElementRef) {} getBlockableElement(): HTMLElement { return this.el.nativeElement.children[0]; @@ -116,4 +116,4 @@ export class Timeline implements AfterContentInit, BlockableUI { exports: [Timeline, SharedModule], declarations: [Timeline] }) -export class TimelineModule { } +export class TimelineModule {}