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

RadialGaugeModule

A module that includes the RadialGauge component and its directives. Imports the RadialGaugeModule into your application root module or any other sub-module that will use the RadialGauge component.

ts
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { RadialGaugeModule } from '@progress/kendo-angular-gauges';
import { AppComponent } from './app.component';

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