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

Represents the NgModule definition for the Tooltip component.

Definition

Package:@progress/kendo-angular-tooltip

Syntax:

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

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