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

PopoverModule

Represents the NgModule definition for the Popover component.

typescript
import { PopoverModule } from '@progress/kendo-angular-tooltip';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

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