Skip to content

Commit

Permalink
fix: BreadcrumbModule added to AngularAccelerator primeng module (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy authored Mar 26, 2024
1 parent e74c75d commit c7b2cf8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ import { TableModule } from 'primeng/table'
import { MenuModule } from 'primeng/menu'
import { ChartModule } from 'primeng/chart'
import { MultiSelectModule } from 'primeng/multiselect'
import { BreadcrumbModule } from 'primeng/breadcrumb'

@NgModule({
imports: [
BreadcrumbModule,
DropdownModule,
ButtonModule,
DialogModule,
Expand All @@ -24,6 +26,7 @@ import { MultiSelectModule } from 'primeng/multiselect'
MultiSelectModule,
],
exports: [
BreadcrumbModule,
DropdownModule,
ButtonModule,
DialogModule,
Expand Down

0 comments on commit c7b2cf8

Please sign in to comment.