Skip to content

Commit

Permalink
Merge branch 'buttongroup-new' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
… into buttongroup-new
  • Loading branch information
cetincakiroglu committed Feb 28, 2024
2 parents c6f275d + 17ba5ed commit d335b6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/components/buttongroup/buttongroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import { ChangeDetectionStrategy, Component, NgModule, ViewEncapsulation } from
`,
changeDetection: ChangeDetectionStrategy.OnPush,
encapsulation: ViewEncapsulation.None,
host: {
class: 'p-element'
}
})
export class ButtonGroup {}

Expand Down

0 comments on commit d335b6a

Please sign in to comment.