/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./menu.component"; import * as i2 from "./menu-item.component"; import * as i3 from "./templates/item-template.directive"; import * as i4 from "./templates/item-link-template.directive"; import * as i5 from "./templates/item-content-template.directive"; import * as i6 from "./data-binding/hierachy-binding.directive"; import * as i7 from "./data-binding/flat-binding.directive"; import * as i8 from "./rendering/link.directive"; import * as i9 from "./rendering/arrow.component"; import * as i10 from "./context-menu/context-menu.component"; import * as i11 from "./context-menu/context-menu-template.directive"; import * as i12 from "./context-menu/context-menu-target.directive"; import * as i13 from "./context-menu/context-menu-target-container.directive"; /** * A [module](link:site.data.urls.angular['ngmoduleapi']) that includes the Menu and ContextMenu components and directives. * Imports the MenusModule into your application [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) * or any other sub-module that will use the Menu and ContextMenu components. * * @example * ```ts-no-run * import { NgModule } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; * import { MenusModule } from '@progress/kendo-angular-menu'; * import { AppComponent } from './app.component'; * * _@NgModule({ * bootstrap: [AppComponent], * declarations: [AppComponent], * imports: [BrowserModule, BrowserAnimationsModule, MenusModule] * }) * export class AppModule { * } * ``` */ export declare class MenusModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }