diff --git a/examples-standalone/coffee-warehouse/src/app/app.module.ts b/examples-standalone/coffee-warehouse/src/app/app.module.ts index 53b96a01..46d861c6 100644 --- a/examples-standalone/coffee-warehouse/src/app/app.module.ts +++ b/examples-standalone/coffee-warehouse/src/app/app.module.ts @@ -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'; @@ -94,7 +95,8 @@ import { WindowModule } from '@progress/kendo-angular-dialog'; NotificationModule, IconsModule, WindowModule, - IndicatorsModule + IndicatorsModule, + NavigationModule ], providers: [ { provide: MessageService, useClass: CustomMessagesService },