Skip to content

Commit

Permalink
Update app.module.ts (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored Sep 19, 2024
1 parent 342a86d commit 1f4f82c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples-standalone/coffee-warehouse/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import { NotificationModule } from '@progress/kendo-angular-notification';
import { IconsModule } from "@progress/kendo-angular-icons";
import { MessageService } from '@progress/kendo-angular-l10n';
import { IndicatorsModule } from '@progress/kendo-angular-indicators';
import { NavigationModule } from "@progress/kendo-angular-navigation";

import { MenuWindowComponent } from './components/menu-window/menu-window.component';

Expand Down Expand Up @@ -94,7 +95,8 @@ import { WindowModule } from '@progress/kendo-angular-dialog';
NotificationModule,
IconsModule,
WindowModule,
IndicatorsModule
IndicatorsModule,
NavigationModule
],
providers: [
{ provide: MessageService, useClass: CustomMessagesService },
Expand Down

0 comments on commit 1f4f82c

Please sign in to comment.