From ee57975aef5d4ac804e6d075a39edab80bdc8f11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=87etin?=
 <69278826+cetincakiroglu@users.noreply.github.com>
Date: Wed, 11 Dec 2024 21:56:11 +0300
Subject: [PATCH] Refactor

---
 apps/showcase/pages/landing/samples/cardsapp.component.ts     | 1 -
 apps/showcase/pages/landing/samples/chatapp.component.ts      | 1 -
 apps/showcase/pages/landing/samples/customersapp.component.ts | 1 -
 apps/showcase/pages/landing/samples/inboxapp.component.ts     | 1 -
 apps/showcase/pages/landing/samples/moviesapp.component.ts    | 1 -
 5 files changed, 5 deletions(-)

diff --git a/apps/showcase/pages/landing/samples/cardsapp.component.ts b/apps/showcase/pages/landing/samples/cardsapp.component.ts
index 0065f8e45af..4ccd82897fc 100644
--- a/apps/showcase/pages/landing/samples/cardsapp.component.ts
+++ b/apps/showcase/pages/landing/samples/cardsapp.component.ts
@@ -449,7 +449,6 @@ import { TooltipModule } from 'primeng/tooltip';
         class: 'flex-1 h-full overflow-y-auto overflow-x-clip overflow-hidden border border-surface rounded-2xl p-6'
     },
     providers: [MessageService],
-    encapsulation: ViewEncapsulation.None,
     changeDetection: ChangeDetectionStrategy.OnPush
 })
 export class CardsApp {
diff --git a/apps/showcase/pages/landing/samples/chatapp.component.ts b/apps/showcase/pages/landing/samples/chatapp.component.ts
index afba6e32424..dc08625062f 100644
--- a/apps/showcase/pages/landing/samples/chatapp.component.ts
+++ b/apps/showcase/pages/landing/samples/chatapp.component.ts
@@ -215,7 +215,6 @@ import { ToggleSwitchModule } from 'primeng/toggleswitch';
     host: {
         class: 'flex-1 h-full overflow-y-auto overflow-x-clip overflow-hidden flex border border-surface rounded-2xl'
     },
-    encapsulation: ViewEncapsulation.None,
     changeDetection: ChangeDetectionStrategy.OnPush
 })
 export class ChatApp {
diff --git a/apps/showcase/pages/landing/samples/customersapp.component.ts b/apps/showcase/pages/landing/samples/customersapp.component.ts
index 0a66f90f9c2..0dbae814931 100644
--- a/apps/showcase/pages/landing/samples/customersapp.component.ts
+++ b/apps/showcase/pages/landing/samples/customersapp.component.ts
@@ -149,7 +149,6 @@ import { TooltipModule } from 'primeng/tooltip';
     host: {
         class: 'h-full flex-1 flex flex-col overflow-hidden border border-surface rounded-2xl p-6'
     },
-    encapsulation: ViewEncapsulation.None,
     changeDetection: ChangeDetectionStrategy.OnPush
 })
 export class CustomersApp {
diff --git a/apps/showcase/pages/landing/samples/inboxapp.component.ts b/apps/showcase/pages/landing/samples/inboxapp.component.ts
index 6011cfb8ed4..c2e1d4cff59 100644
--- a/apps/showcase/pages/landing/samples/inboxapp.component.ts
+++ b/apps/showcase/pages/landing/samples/inboxapp.component.ts
@@ -134,7 +134,6 @@ import { Tag } from 'primeng/tag';
     host: {
         class: 'flex gap-4 h-full flex-1 w-full overflow-auto'
     },
-    encapsulation: ViewEncapsulation.None,
     changeDetection: ChangeDetectionStrategy.OnPush
 })
 export class InboxApp {
diff --git a/apps/showcase/pages/landing/samples/moviesapp.component.ts b/apps/showcase/pages/landing/samples/moviesapp.component.ts
index df2b8e5f93a..b06679994a6 100644
--- a/apps/showcase/pages/landing/samples/moviesapp.component.ts
+++ b/apps/showcase/pages/landing/samples/moviesapp.component.ts
@@ -107,7 +107,6 @@ import { OverlayBadgeModule } from 'primeng/overlaybadge';
             </div>
         </div>
     `,
-    encapsulation: ViewEncapsulation.None,
     changeDetection: ChangeDetectionStrategy.OnPush,
     host: {
         class: 'flex-1 flex flex-col gap-6 p-6 h-full overflow-y-auto overflow-x-clip overflow-hidden border border-surface rounded-2xl'