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

TooltipModule

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