Skip to content

Commit

Permalink
fix: add GridListModule to the exports (#5020)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Mar 26, 2021
1 parent fc3bc94 commit cd7485b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/core/src/lib/fundamental-ngx-core.module.ts
Expand Up @@ -87,6 +87,7 @@ import { OnlyDigitsModule } from './utils/directives/only-digits/only-digits.mod
import { IllustratedMessageModule } from './illustrated-message/illustrated-message.module';
import { DynamicPageModule } from './dynamic-page/dynamic-page.module';
import { StatusIndicatorModule } from './status-indicator/status-indicator.module';
import { GridListModule } from './grid-list/grid-list.module';

@NgModule({
imports: [CommonModule, FormsModule],
Expand Down Expand Up @@ -174,7 +175,8 @@ import { StatusIndicatorModule } from './status-indicator/status-indicator.modul
SliderModule,
OnlyDigitsModule,
IllustratedMessageModule,
StatusIndicatorModule
StatusIndicatorModule,
GridListModule
],
providers: [AlertService, DialogService, NotificationService, MessageToastService, ThemesService]
})
Expand Down

0 comments on commit cd7485b

Please sign in to comment.