@progress/kendo-angular-menu
Version:
Kendo UI Angular Menu component
46 lines (45 loc) • 3.77 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* 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<MenusModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MenusModule, never, [typeof i1.MenuComponent, typeof i2.MenuItemComponent, typeof i3.ItemTemplateDirective, typeof i4.ItemLinkTemplateDirective, typeof i5.ItemContentTemplateDirective, typeof i6.HierarchyBindingDirective, typeof i7.FlatBindingDirective, typeof i8.LinkDirective, typeof i9.ExpandArrowComponent, typeof i10.ContextMenuComponent, typeof i11.ContextMenuTemplateDirective, typeof i12.ContextMenuTargetDirective, typeof i13.ContextMenuTargetContainerDirective, typeof i1.MenuComponent, typeof i2.MenuItemComponent, typeof i3.ItemTemplateDirective, typeof i4.ItemLinkTemplateDirective, typeof i5.ItemContentTemplateDirective, typeof i6.HierarchyBindingDirective, typeof i7.FlatBindingDirective, typeof i8.LinkDirective, typeof i9.ExpandArrowComponent], [typeof i1.MenuComponent, typeof i2.MenuItemComponent, typeof i3.ItemTemplateDirective, typeof i4.ItemLinkTemplateDirective, typeof i5.ItemContentTemplateDirective, typeof i6.HierarchyBindingDirective, typeof i7.FlatBindingDirective, typeof i8.LinkDirective, typeof i9.ExpandArrowComponent, typeof i10.ContextMenuComponent, typeof i11.ContextMenuTemplateDirective, typeof i12.ContextMenuTargetDirective, typeof i13.ContextMenuTargetContainerDirective, typeof i1.MenuComponent, typeof i2.MenuItemComponent, typeof i3.ItemTemplateDirective, typeof i4.ItemLinkTemplateDirective, typeof i5.ItemContentTemplateDirective, typeof i6.HierarchyBindingDirective, typeof i7.FlatBindingDirective, typeof i8.LinkDirective, typeof i9.ExpandArrowComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MenusModule>;
}