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

Represents the NgModule definition for the ProgressBar components.

Definition

Package:@progress/kendo-angular-progressbar

Syntax:

TS
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { ProgressBarModule } from '@progress/kendo-angular-progressbar';

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