New to Kendo UI for AngularStart a free 30-day trial

TooltipModule

Updated on May 22, 2026

Represents the NgModule definition for the Tooltip component.

typescript
import { TooltipModule } from '@progress/kendo-angular-tooltip';
import { NgModule } from '@angular/core';

@NgModule({
   declarations: [AppComponent],
   imports:      [BrowserModule, TooltipModule],
   bootstrap:    [AppComponent]
})
export class AppModule {}
Not finding the help you need?
Contact Support