@progress/kendo-angular-tooltip
Version:
Kendo UI Tooltip for Angular - A highly customizable and easily themeable tooltip from the creators developers trust for professional Angular components.
38 lines (37 loc) • 2.38 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 "./tooltip/tooltip.directive";
import * as i2 from "./tooltip/tooltip.content.component";
import * as i3 from "./localization/localized-messages.directive";
import * as i4 from "./popover/popover.component";
import * as i5 from "./popover/template-directives/actions-template.directive";
import * as i6 from "./popover/template-directives/body-template.directive";
import * as i7 from "./popover/template-directives/title-template.directive";
import * as i8 from "./popover/anchor.directive";
import * as i9 from "./popover/container.directive";
/**
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi'])
* definition for the Tooltips components.
*
* @example
* ```typescript
* import { TooltipsModule } from '@progress/kendo-angular-tooltip';
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
* import { NgModule } from '@angular/core';
*
* @NgModule{{
* declarations: [AppComponent],
* imports: [BrowserModule, TooltipsModule],
* bootstrap: [AppComponent]
* }}
* export class AppModule {}
* ```
*/
export declare class TooltipsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipsModule, never, [typeof i1.TooltipDirective, typeof i2.TooltipContentComponent, typeof i3.LocalizedMessagesDirective, typeof i4.PopoverComponent, typeof i5.PopoverActionsTemplateDirective, typeof i6.PopoverBodyTemplateDirective, typeof i7.PopoverTitleTemplateDirective, typeof i8.PopoverAnchorDirective, typeof i9.PopoverContainerDirective], [typeof i1.TooltipDirective, typeof i2.TooltipContentComponent, typeof i3.LocalizedMessagesDirective, typeof i4.PopoverComponent, typeof i5.PopoverActionsTemplateDirective, typeof i6.PopoverBodyTemplateDirective, typeof i7.PopoverTitleTemplateDirective, typeof i8.PopoverAnchorDirective, typeof i9.PopoverContainerDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipsModule>;
}