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

Defines the NgModule for the Excel component of the Grid.

Definition

Package:@progress/kendo-angular-grid

Syntax:

ts
import { NgModule } from '@angular/core';
import { BrowserModule } from "@angular/platform-browser";
import { GridModule, ExcelModule } from '@progress/kendo-angular-grid';
import { AppComponent } from './app.component';

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