Skip to content

Commit

Permalink
Merge pull request #16283 from Rahul1582/fix/#16276
Browse files Browse the repository at this point in the history
Fix #16276 p-buttonGroup: 'p-buttonGroup' is not a known element
  • Loading branch information
cetincakiroglu authored Sep 26, 2024
2 parents 7d7d175 + ac2d553 commit a54a058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ const getAngularApp = (props: Props = {}) => {
import { BadgeModule } from 'primeng/badge';
import { BreadcrumbModule } from 'primeng/breadcrumb';
import { ButtonModule } from 'primeng/button';
import { ButtonGroupModule } from 'primeng/buttongroup';
import { CalendarModule } from 'primeng/calendar';
import { CarouselModule } from 'primeng/carousel';
import { CascadeSelectModule } from 'primeng/cascadeselect';
Expand Down Expand Up @@ -512,6 +513,7 @@ const getAngularApp = (props: Props = {}) => {
BreadcrumbModule,
BlockUIModule,
ButtonModule,
ButtonGroupModule,
CalendarModule,
CarouselModule,
CascadeSelectModule,
Expand Down Expand Up @@ -618,6 +620,7 @@ const getAngularApp = (props: Props = {}) => {
BreadcrumbModule,
BlockUIModule,
ButtonModule,
ButtonGroupModule,
CalendarModule,
CarouselModule,
CascadeSelectModule,
Expand Down

0 comments on commit a54a058

Please sign in to comment.