Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 11, 2024
1 parent 1ba3274 commit ee57975
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion apps/showcase/pages/landing/samples/cardsapp.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion apps/showcase/pages/landing/samples/chatapp.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion apps/showcase/pages/landing/samples/inboxapp.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion apps/showcase/pages/landing/samples/moviesapp.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ee57975

Please sign in to comment.